Shades of Dark Goldenrod #BC7E09
Tints of Dark Goldenrod #BC7E09
RGB
CMYK
RGB Variations
Color information
#BC7E09 (or 0xBC7E09) is known color: Dark Goldenrod. HEX triplet: BC, 7E and 09. RGB value is (188,126,9). Sum of RGB (Red+Green+Blue) = 188+126+9=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7E09 is #4381F6. Grayscale: #838383. Windows color (decimal): -4424183 or 622268. OLE color: 622268.
HSL color Cylindrical-coordinate representation of color #BC7E09: hue angle of 39.22º degrees, saturation: 0.91, 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 #BC7E09 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 9 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.26 |
| HSL | 39.22º | 0.91% | 0.39% | - |
| HSV(B) | 39.22º | 0.95% | 0.74% | - |
| XYZ | 28.25 | 25.63 | 3.72 | - |
| YUV | 131.2 | 59.04 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 9 | 0 | 0.33 | 0.95 | 0.26 | 39.22 | 0.91 | 0.39 |
| Hex | BC | 7E | 9 | 0 | 21 | 5F | 1A | 27 | 5B | 27 |
| Octal | 274 | 176 | 11 | 0 | 41 | 137 | 32 | 47 | 133 | 47 |
| Binary | 10111100 | 1111110 | 1001 | 0 | 100001 | 1011111 | 11010 | 100111 | 1011011 | 100111 |
Color Harmonies of #BC7E09
Complementary color
Monochromatic Colors of #BC7E09
Black with #BC7E09
Text Example
Text Example
White with #BC7E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E09; }
p { color: rgb(188,126,9); }
H1.HeaderClassName
{
color: #BC7E09;
}
.AnyTagClassName
{
color: #BC7E09;
}
</style>
background-color css
<style>
a { background-color: #BC7E09; }
a { background-color: rgb(188,126,9); }
div.DivClassName
{
background-color: #BC7E09;
}
.BgClassName
{
background-color: #BC7E09;
}
</style>
border-color css
<style>
span { border-color: #BC7E09; }
span { border-color: rgb(188,126,9); }
td.TdClassName
{
border-color: #BC7E09;
}
.TagClassName
{
border-color: #BC7E09;
}
</style>