#BC980F

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

Shades of Buddha Gold #BC980F

Tints of Buddha Gold #BC980F

Color information

#BC980F (or 0xBC980F) is unknown color: approx Buddha Gold. HEX triplet: BC, 98 and 0F. RGB value is (188,152,15). Sum of RGB (Red+Green+Blue) = 188+152+15=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC980F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC980F is #4367F0. Grayscale: #939393. Windows color (decimal): -4417521 or 1022140. OLE color: 1022140.

HSL color Cylindrical-coordinate representation of color #BC980F: hue angle of 47.51º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC980F is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB18815215-
CMYK00.190.920.26
HSL47.51º85.22%39.8%-
HSV(B)47.51º92.02%73.73%-
XYZ32.0533.185.17-
YUV147.1553.43157.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.96%
GREEN value IS 152 (59.77% from 255) = 42.82%
BLUE value IS 15 (6.25% from 255) = 4.23%
R=52.96%
G=42.82%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881521500.190.920.2647.5185.2239.8
HexBC98F0135C1A305528
Octal27423017023134326012550
Binary101111001001100011110100111011100110101100001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC980F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC980F; }

 p { color: rgb(188,152,15); }

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

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

 a { background-color: rgb(188,152,15); }

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

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

 span { border-color: rgb(188,152,15); }

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