Shades of Dark Goldenrod #B47002
Tints of Dark Goldenrod #B47002
RGB
CMYK
RGB Variations
Color information
#B47002 (or 0xB47002) is known color: Dark Goldenrod. HEX triplet: B4, 70 and 02. RGB value is (180,112,2). Sum of RGB (Red+Green+Blue) = 180+112+2=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B47002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47002 is #4B8FFD. Grayscale: #787878. Windows color (decimal): -4952062 or 159924. OLE color: 159924.
HSL color Cylindrical-coordinate representation of color #B47002: hue angle of 37.08º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B47002 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 112 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.29 |
| HSL | 37.08º | 0.98% | 0.36% | - |
| HSV(B) | 37.08º | 0.99% | 0.71% | - |
| XYZ | 24.63 | 21.3 | 2.87 | - |
| YUV | 119.79 | 61.53 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 2 | 0 | 0.38 | 0.99 | 0.29 | 37.08 | 0.98 | 0.36 |
| Hex | B4 | 70 | 2 | 0 | 26 | 63 | 1D | 25 | 62 | 24 |
| Octal | 264 | 160 | 2 | 0 | 46 | 143 | 35 | 45 | 142 | 44 |
| Binary | 10110100 | 1110000 | 10 | 0 | 100110 | 1100011 | 11101 | 100101 | 1100010 | 100100 |
Color Harmonies of #B47002
Complementary color
Monochromatic Colors of #B47002
Black with #B47002
Text Example
Text Example
White with #B47002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47002; }
p { color: rgb(180,112,2); }
H1.HeaderClassName
{
color: #B47002;
}
.AnyTagClassName
{
color: #B47002;
}
</style>
background-color css
<style>
a { background-color: #B47002; }
a { background-color: rgb(180,112,2); }
div.DivClassName
{
background-color: #B47002;
}
.BgClassName
{
background-color: #B47002;
}
</style>
border-color css
<style>
span { border-color: #B47002; }
span { border-color: rgb(180,112,2); }
td.TdClassName
{
border-color: #B47002;
}
.TagClassName
{
border-color: #B47002;
}
</style>