Shades of Dark Goldenrod #BC7602
Tints of Dark Goldenrod #BC7602
RGB
CMYK
RGB Variations
Color information
#BC7602 (or 0xBC7602) is known color: Dark Goldenrod. HEX triplet: BC, 76 and 02. RGB value is (188,118,2). Sum of RGB (Red+Green+Blue) = 188+118+2=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7602 is #4389FD. Grayscale: #7E7E7E. Windows color (decimal): -4426238 or 161468. OLE color: 161468.
HSL color Cylindrical-coordinate representation of color #BC7602: hue angle of 37.42º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC7602 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.26 |
| HSL | 37.42º | 0.98% | 0.37% | - |
| HSV(B) | 37.42º | 0.99% | 0.74% | - |
| XYZ | 27.23 | 23.65 | 3.19 | - |
| YUV | 125.71 | 58.19 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 2 | 0 | 0.37 | 0.99 | 0.26 | 37.42 | 0.98 | 0.37 |
| Hex | BC | 76 | 2 | 0 | 25 | 63 | 1A | 25 | 62 | 25 |
| Octal | 274 | 166 | 2 | 0 | 45 | 143 | 32 | 45 | 142 | 45 |
| Binary | 10111100 | 1110110 | 10 | 0 | 100101 | 1100011 | 11010 | 100101 | 1100010 | 100101 |
Color Harmonies of #BC7602
Complementary color
Monochromatic Colors of #BC7602
Black with #BC7602
Text Example
Text Example
White with #BC7602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7602; }
p { color: rgb(188,118,2); }
H1.HeaderClassName
{
color: #BC7602;
}
.AnyTagClassName
{
color: #BC7602;
}
</style>
background-color css
<style>
a { background-color: #BC7602; }
a { background-color: rgb(188,118,2); }
div.DivClassName
{
background-color: #BC7602;
}
.BgClassName
{
background-color: #BC7602;
}
</style>
border-color css
<style>
span { border-color: #BC7602; }
span { border-color: rgb(188,118,2); }
td.TdClassName
{
border-color: #BC7602;
}
.TagClassName
{
border-color: #BC7602;
}
</style>