Shades of Dark Goldenrod #B47602
Tints of Dark Goldenrod #B47602
RGB
CMYK
RGB Variations
Color information
#B47602 (or 0xB47602) is known color: Dark Goldenrod. HEX triplet: B4, 76 and 02. RGB value is (180,118,2). Sum of RGB (Red+Green+Blue) = 180+118+2=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B47602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47602 is #4B89FD. Grayscale: #7B7B7B. Windows color (decimal): -4950526 or 161460. OLE color: 161460.
HSL color Cylindrical-coordinate representation of color #B47602: hue angle of 39.1º 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 #B47602 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.29 |
| HSL | 39.1º | 0.98% | 0.36% | - |
| HSV(B) | 39.1º | 0.99% | 0.71% | - |
| XYZ | 25.31 | 22.66 | 3.1 | - |
| YUV | 123.31 | 59.54 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 2 | 0 | 0.34 | 0.99 | 0.29 | 39.1 | 0.98 | 0.36 |
| Hex | B4 | 76 | 2 | 0 | 22 | 63 | 1D | 27 | 62 | 24 |
| Octal | 264 | 166 | 2 | 0 | 42 | 143 | 35 | 47 | 142 | 44 |
| Binary | 10110100 | 1110110 | 10 | 0 | 100010 | 1100011 | 11101 | 100111 | 1100010 | 100100 |
Color Harmonies of #B47602
Complementary color
Monochromatic Colors of #B47602
Black with #B47602
Text Example
Text Example
White with #B47602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47602; }
p { color: rgb(180,118,2); }
H1.HeaderClassName
{
color: #B47602;
}
.AnyTagClassName
{
color: #B47602;
}
</style>
background-color css
<style>
a { background-color: #B47602; }
a { background-color: rgb(180,118,2); }
div.DivClassName
{
background-color: #B47602;
}
.BgClassName
{
background-color: #B47602;
}
</style>
border-color css
<style>
span { border-color: #B47602; }
span { border-color: rgb(180,118,2); }
td.TdClassName
{
border-color: #B47602;
}
.TagClassName
{
border-color: #B47602;
}
</style>