Shades of Dark Goldenrod #B49805
Tints of Dark Goldenrod #B49805
RGB
CMYK
RGB Variations
Color information
#B49805 (or 0xB49805) is known color: Dark Goldenrod. HEX triplet: B4, 98 and 05. RGB value is (180,152,5). Sum of RGB (Red+Green+Blue) = 180+152+5=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B49805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49805 is #4B67FA. Grayscale: #909090. Windows color (decimal): -4941819 or 366772. OLE color: 366772.
HSL color Cylindrical-coordinate representation of color #B49805: hue angle of 50.4º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B49805 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 5 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.29 |
| HSL | 50.4º | 0.95% | 0.36% | - |
| HSV(B) | 50.4º | 0.97% | 0.71% | - |
| XYZ | 30.08 | 32.17 | 4.77 | - |
| YUV | 143.61 | 49.78 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 5 | 0 | 0.16 | 0.97 | 0.29 | 50.4 | 0.95 | 0.36 |
| Hex | B4 | 98 | 5 | 0 | 10 | 61 | 1D | 32 | 5F | 24 |
| Octal | 264 | 230 | 5 | 0 | 20 | 141 | 35 | 62 | 137 | 44 |
| Binary | 10110100 | 10011000 | 101 | 0 | 10000 | 1100001 | 11101 | 110010 | 1011111 | 100100 |
Color Harmonies of #B49805
Complementary color
Monochromatic Colors of #B49805
Black with #B49805
Text Example
Text Example
White with #B49805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49805; }
p { color: rgb(180,152,5); }
H1.HeaderClassName
{
color: #B49805;
}
.AnyTagClassName
{
color: #B49805;
}
</style>
background-color css
<style>
a { background-color: #B49805; }
a { background-color: rgb(180,152,5); }
div.DivClassName
{
background-color: #B49805;
}
.BgClassName
{
background-color: #B49805;
}
</style>
border-color css
<style>
span { border-color: #B49805; }
span { border-color: rgb(180,152,5); }
td.TdClassName
{
border-color: #B49805;
}
.TagClassName
{
border-color: #B49805;
}
</style>