Shades of Dark Goldenrod #B49010
Tints of Dark Goldenrod #B49010
RGB
CMYK
RGB Variations
Color information
#B49010 (or 0xB49010) is known color: Dark Goldenrod. HEX triplet: B4, 90 and 10. RGB value is (180,144,16). Sum of RGB (Red+Green+Blue) = 180+144+16=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B49010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49010 is #4B6FEF. Grayscale: #8C8C8C. Windows color (decimal): -4943856 or 1085620. OLE color: 1085620.
HSL color Cylindrical-coordinate representation of color #B49010: hue angle of 46.83º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B49010 is Cyan = 0, Magento = 0.2, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 16 | - |
| CMYK | 0 | 0.2 | 0.91 | 0.29 |
| HSL | 46.83º | 0.84% | 0.38% | - |
| HSV(B) | 46.83º | 0.91% | 0.71% | - |
| XYZ | 28.89 | 29.69 | 4.7 | - |
| YUV | 140.17 | 57.93 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 16 | 0 | 0.2 | 0.91 | 0.29 | 46.83 | 0.84 | 0.38 |
| Hex | B4 | 90 | 10 | 0 | 14 | 5B | 1D | 2F | 54 | 26 |
| Octal | 264 | 220 | 20 | 0 | 24 | 133 | 35 | 57 | 124 | 46 |
| Binary | 10110100 | 10010000 | 10000 | 0 | 10100 | 1011011 | 11101 | 101111 | 1010100 | 100110 |
Color Harmonies of #B49010
Complementary color
Monochromatic Colors of #B49010
Black with #B49010
Text Example
Text Example
White with #B49010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49010; }
p { color: rgb(180,144,16); }
H1.HeaderClassName
{
color: #B49010;
}
.AnyTagClassName
{
color: #B49010;
}
</style>
background-color css
<style>
a { background-color: #B49010; }
a { background-color: rgb(180,144,16); }
div.DivClassName
{
background-color: #B49010;
}
.BgClassName
{
background-color: #B49010;
}
</style>
border-color css
<style>
span { border-color: #B49010; }
span { border-color: rgb(180,144,16); }
td.TdClassName
{
border-color: #B49010;
}
.TagClassName
{
border-color: #B49010;
}
</style>