#BC7E0A

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

Shades of Dark Goldenrod #BC7E0A

Tints of Dark Goldenrod #BC7E0A

Color information

#BC7E0A (or 0xBC7E0A) is unknown color: approx Dark Goldenrod. HEX triplet: BC, 7E and 0A. RGB value is (188,126,10). Sum of RGB (Red+Green+Blue) = 188+126+10=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7E0A is #4381F5. Grayscale: #838383. Windows color (decimal): -4424182 or 687804. OLE color: 687804.

HSL color Cylindrical-coordinate representation of color #BC7E0A: hue angle of 39.1º 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 #BC7E0A is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB18812610-
CMYK00.330.950.26
HSL39.1º89.9%38.82%-
HSV(B)39.1º94.68%73.73%-
XYZ28.2525.633.75-
YUV131.3159.54168.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.02%
GREEN value IS 126 (49.61% from 255) = 38.89%
BLUE value IS 10 (4.30% from 255) = 3.09%
R=58.02%
G=38.89%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881261000.330.950.2639.189.938.82
HexBC7EA0215F1A275a27
Octal27417612041137324713247
Binary101111001111110101001000011011111110101001111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E0A; }

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

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

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

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

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

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

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

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