#BC960A

Color #BC960A Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #BC960A

Tints of Dark Goldenrod #BC960A

Color information

#BC960A (or 0xBC960A) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 96 and 0A. RGB value is (188,150,10). Sum of RGB (Red+Green+Blue) = 188+150+10=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC960A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC960A is #4369F5. Grayscale: #929292. Windows color (decimal): -4418038 or 693948. OLE color: 693948.

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

Color convert

RGB18815010-
CMYK00.200.950.26
HSL47.19º89.9%38.82%-
HSV(B)47.19º94.68%73.73%-
XYZ31.732.534.89-
YUV145.451.59158.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.02%
GREEN value IS 150 (58.98% from 255) = 43.10%
BLUE value IS 10 (4.30% from 255) = 2.87%
R=54.02%
G=43.10%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881501000.200.950.2647.1989.938.82
HexBC96A0145F1A2f5a27
Octal27422612024137325713247
Binary101111001001011010100101001011111110101011111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC960A; }

 p { color: rgb(188,150,10); }

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

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

 a { background-color: rgb(188,150,10); }

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

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

 span { border-color: rgb(188,150,10); }

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