#BD970B

Color #BD970B Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #BD970B

Tints of Buddha Gold #BD970B

Color information

#BD970B (or 0xBD970B) is unknown color: approx Buddha Gold. HEX triplet: BD, 97 and 0B. RGB value is (189,151,11). Sum of RGB (Red+Green+Blue) = 189+151+11=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD970B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD970B is #4268F4. Grayscale: #939393. Windows color (decimal): -4352245 or 759741. OLE color: 759741.

HSL color Cylindrical-coordinate representation of color #BD970B: hue angle of 47.19º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD970B is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB18915111-
CMYK00.200.940.26
HSL47.19º89%39.22%-
HSV(B)47.19º94.18%74.12%-
XYZ32.1132.984.99-
YUV146.451.59158.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 53.85%
GREEN value IS 151 (59.38% from 255) = 43.02%
BLUE value IS 11 (4.69% from 255) = 3.13%
R=53.85%
G=43.02%
B=3.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891511100.200.940.2647.198939.22
HexBD97B0145E1A2f5927
Octal27522713024136325713147
Binary101111011001011110110101001011110110101011111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD970B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD970B; }

 p { color: rgb(189,151,11); }

 H1.HeaderClassName
 {
   color: #BD970B;
 }
 .AnyTagClassName
 {
   color: #BD970B;
 }
</style>
background-color css

<style>
 a { background-color: #BD970B; }

 a { background-color: rgb(189,151,11); }

 div.DivClassName
 {
   background-color: #BD970B;
 }
 .BgClassName
 {
   background-color: #BD970B;
 }
</style>
border-color css

<style>
 span { border-color: #BD970B; }

 span { border-color: rgb(189,151,11); }

 td.TdClassName
 {
   border-color: #BD970B;
 }
 .TagClassName
 {
   border-color: #BD970B;
 }
</style>