Shades of Dark Goldenrod #B47902
Tints of Dark Goldenrod #B47902
RGB
CMYK
RGB Variations
Color information
#B47902 (or 0xB47902) is known color: Dark Goldenrod. HEX triplet: B4, 79 and 02. RGB value is (180,121,2). Sum of RGB (Red+Green+Blue) = 180+121+2=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B47902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47902 is #4B86FD. Grayscale: #7D7D7D. Windows color (decimal): -4949758 or 162228. OLE color: 162228.
HSL color Cylindrical-coordinate representation of color #B47902: hue angle of 40.11º 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 #B47902 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 121 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.29 |
| HSL | 40.11º | 0.98% | 0.36% | - |
| HSV(B) | 40.11º | 0.99% | 0.71% | - |
| XYZ | 25.67 | 23.38 | 3.22 | - |
| YUV | 125.08 | 58.55 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 2 | 0 | 0.33 | 0.99 | 0.29 | 40.11 | 0.98 | 0.36 |
| Hex | B4 | 79 | 2 | 0 | 21 | 63 | 1D | 28 | 62 | 24 |
| Octal | 264 | 171 | 2 | 0 | 41 | 143 | 35 | 50 | 142 | 44 |
| Binary | 10110100 | 1111001 | 10 | 0 | 100001 | 1100011 | 11101 | 101000 | 1100010 | 100100 |
Color Harmonies of #B47902
Complementary color
Monochromatic Colors of #B47902
Black with #B47902
Text Example
Text Example
White with #B47902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47902; }
p { color: rgb(180,121,2); }
H1.HeaderClassName
{
color: #B47902;
}
.AnyTagClassName
{
color: #B47902;
}
</style>
background-color css
<style>
a { background-color: #B47902; }
a { background-color: rgb(180,121,2); }
div.DivClassName
{
background-color: #B47902;
}
.BgClassName
{
background-color: #B47902;
}
</style>
border-color css
<style>
span { border-color: #B47902; }
span { border-color: rgb(180,121,2); }
td.TdClassName
{
border-color: #B47902;
}
.TagClassName
{
border-color: #B47902;
}
</style>