Shades of Dark Goldenrod #B47200
Tints of Dark Goldenrod #B47200
RGB
CMYK
RGB Variations
Color information
#B47200 (or 0xB47200) is known color: Dark Goldenrod. HEX triplet: B4, 72 and 00. RGB value is (180,114,0). Sum of RGB (Red+Green+Blue) = 180+114+0=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B47200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47200 is #4B8DFF. Grayscale: #797979. Windows color (decimal): -4951552 or 29364. OLE color: 29364.
HSL color Cylindrical-coordinate representation of color #B47200: hue angle of 38º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B47200 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 114 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.29 |
| HSL | 38º | 1% | 0.35% | - |
| HSV(B) | 38º | 1% | 0.71% | - |
| XYZ | 24.84 | 21.74 | 2.89 | - |
| YUV | 120.74 | 59.87 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 0 | 0 | 0.37 | 1 | 0.29 | 38 | 1 | 0.35 |
| Hex | B4 | 72 | 0 | 0 | 25 | 64 | 1D | 26 | 64 | 23 |
| Octal | 264 | 162 | 0 | 0 | 45 | 144 | 35 | 46 | 144 | 43 |
| Binary | 10110100 | 1110010 | 0 | 0 | 100101 | 1100100 | 11101 | 100110 | 1100100 | 100011 |
Color Harmonies of #B47200
Complementary color
Monochromatic Colors of #B47200
Black with #B47200
Text Example
Text Example
White with #B47200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47200; }
p { color: rgb(180,114,0); }
H1.HeaderClassName
{
color: #B47200;
}
.AnyTagClassName
{
color: #B47200;
}
</style>
background-color css
<style>
a { background-color: #B47200; }
a { background-color: rgb(180,114,0); }
div.DivClassName
{
background-color: #B47200;
}
.BgClassName
{
background-color: #B47200;
}
</style>
border-color css
<style>
span { border-color: #B47200; }
span { border-color: rgb(180,114,0); }
td.TdClassName
{
border-color: #B47200;
}
.TagClassName
{
border-color: #B47200;
}
</style>