Shades of Dark Goldenrod #BC7609
Tints of Dark Goldenrod #BC7609
RGB
CMYK
RGB Variations
Color information
#BC7609 (or 0xBC7609) is known color: Dark Goldenrod. HEX triplet: BC, 76 and 09. RGB value is (188,118,9). Sum of RGB (Red+Green+Blue) = 188+118+9=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7609 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7609 is #4389F6. Grayscale: #7F7F7F. Windows color (decimal): -4426231 or 620220. OLE color: 620220.
HSL color Cylindrical-coordinate representation of color #BC7609: hue angle of 36.54º 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 #BC7609 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 9 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.26 |
| HSL | 36.54º | 0.91% | 0.39% | - |
| HSV(B) | 36.54º | 0.95% | 0.74% | - |
| XYZ | 27.27 | 23.67 | 3.39 | - |
| YUV | 126.5 | 61.69 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 9 | 0 | 0.37 | 0.95 | 0.26 | 36.54 | 0.91 | 0.39 |
| Hex | BC | 76 | 9 | 0 | 25 | 5F | 1A | 25 | 5B | 27 |
| Octal | 274 | 166 | 11 | 0 | 45 | 137 | 32 | 45 | 133 | 47 |
| Binary | 10111100 | 1110110 | 1001 | 0 | 100101 | 1011111 | 11010 | 100101 | 1011011 | 100111 |
Color Harmonies of #BC7609
Complementary color
Monochromatic Colors of #BC7609
Black with #BC7609
Text Example
Text Example
White with #BC7609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7609; }
p { color: rgb(188,118,9); }
H1.HeaderClassName
{
color: #BC7609;
}
.AnyTagClassName
{
color: #BC7609;
}
</style>
background-color css
<style>
a { background-color: #BC7609; }
a { background-color: rgb(188,118,9); }
div.DivClassName
{
background-color: #BC7609;
}
.BgClassName
{
background-color: #BC7609;
}
</style>
border-color css
<style>
span { border-color: #BC7609; }
span { border-color: rgb(188,118,9); }
td.TdClassName
{
border-color: #BC7609;
}
.TagClassName
{
border-color: #BC7609;
}
</style>