Shades of Dark Goldenrod #B77002
Tints of Dark Goldenrod #B77002
RGB
CMYK
RGB Variations
Color information
#B77002 (or 0xB77002) is known color: Dark Goldenrod. HEX triplet: B7, 70 and 02. RGB value is (183,112,2). Sum of RGB (Red+Green+Blue) = 183+112+2=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B77002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77002 is #488FFD. Grayscale: #797979. Windows color (decimal): -4755454 or 159927. OLE color: 159927.
HSL color Cylindrical-coordinate representation of color #B77002: hue angle of 36.46º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B77002 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.28 |
| HSL | 36.46º | 0.98% | 0.36% | - |
| HSV(B) | 36.46º | 0.99% | 0.72% | - |
| XYZ | 25.33 | 21.66 | 2.9 | - |
| YUV | 120.69 | 61.02 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 2 | 0 | 0.39 | 0.99 | 0.28 | 36.46 | 0.98 | 0.36 |
| Hex | B7 | 70 | 2 | 0 | 27 | 63 | 1C | 24 | 62 | 24 |
| Octal | 267 | 160 | 2 | 0 | 47 | 143 | 34 | 44 | 142 | 44 |
| Binary | 10110111 | 1110000 | 10 | 0 | 100111 | 1100011 | 11100 | 100100 | 1100010 | 100100 |
Color Harmonies of #B77002
Complementary color
Monochromatic Colors of #B77002
Black with #B77002
Text Example
Text Example
White with #B77002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77002; }
p { color: rgb(183,112,2); }
H1.HeaderClassName
{
color: #B77002;
}
.AnyTagClassName
{
color: #B77002;
}
</style>
background-color css
<style>
a { background-color: #B77002; }
a { background-color: rgb(183,112,2); }
div.DivClassName
{
background-color: #B77002;
}
.BgClassName
{
background-color: #B77002;
}
</style>
border-color css
<style>
span { border-color: #B77002; }
span { border-color: rgb(183,112,2); }
td.TdClassName
{
border-color: #B77002;
}
.TagClassName
{
border-color: #B77002;
}
</style>