Shades of Dark Goldenrod #B49904
Tints of Dark Goldenrod #B49904
RGB
CMYK
RGB Variations
Color information
#B49904 (or 0xB49904) is known color: Dark Goldenrod. HEX triplet: B4, 99 and 04. RGB value is (180,153,4). Sum of RGB (Red+Green+Blue) = 180+153+4=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B49904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49904 is #4B66FB. Grayscale: #909090. Windows color (decimal): -4941564 or 301492. OLE color: 301492.
HSL color Cylindrical-coordinate representation of color #B49904: hue angle of 50.8º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B49904 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 153 | 4 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.29 |
| HSL | 50.8º | 0.96% | 0.36% | - |
| HSV(B) | 50.8º | 0.98% | 0.71% | - |
| XYZ | 30.24 | 32.49 | 4.79 | - |
| YUV | 144.09 | 48.95 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 4 | 0 | 0.15 | 0.98 | 0.29 | 50.8 | 0.96 | 0.36 |
| Hex | B4 | 99 | 4 | 0 | F | 62 | 1D | 33 | 60 | 24 |
| Octal | 264 | 231 | 4 | 0 | 17 | 142 | 35 | 63 | 140 | 44 |
| Binary | 10110100 | 10011001 | 100 | 0 | 1111 | 1100010 | 11101 | 110011 | 1100000 | 100100 |
Color Harmonies of #B49904
Complementary color
Monochromatic Colors of #B49904
Black with #B49904
Text Example
Text Example
White with #B49904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49904; }
p { color: rgb(180,153,4); }
H1.HeaderClassName
{
color: #B49904;
}
.AnyTagClassName
{
color: #B49904;
}
</style>
background-color css
<style>
a { background-color: #B49904; }
a { background-color: rgb(180,153,4); }
div.DivClassName
{
background-color: #B49904;
}
.BgClassName
{
background-color: #B49904;
}
</style>
border-color css
<style>
span { border-color: #B49904; }
span { border-color: rgb(180,153,4); }
td.TdClassName
{
border-color: #B49904;
}
.TagClassName
{
border-color: #B49904;
}
</style>