Shades of Dark Goldenrod #B49000
Tints of Dark Goldenrod #B49000
RGB
CMYK
RGB Variations
Color information
#B49000 (or 0xB49000) is known color: Dark Goldenrod. HEX triplet: B4, 90 and 00. RGB value is (180,144,0). Sum of RGB (Red+Green+Blue) = 180+144+0=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B49000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49000 is #4B6FFF. Grayscale: #8A8A8A. Windows color (decimal): -4943872 or 37044. OLE color: 37044.
HSL color Cylindrical-coordinate representation of color #B49000: hue angle of 48º 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 #B49000 is Cyan = 0, Magento = 0.2, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 0 | - |
| CMYK | 0 | 0.2 | 1 | 0.29 |
| HSL | 48º | 1% | 0.35% | - |
| HSV(B) | 48º | 1% | 0.71% | - |
| XYZ | 28.8 | 29.65 | 4.21 | - |
| YUV | 138.35 | 49.93 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 0 | 0 | 0.2 | 1 | 0.29 | 48 | 1 | 0.35 |
| Hex | B4 | 90 | 0 | 0 | 14 | 64 | 1D | 30 | 64 | 23 |
| Octal | 264 | 220 | 0 | 0 | 24 | 144 | 35 | 60 | 144 | 43 |
| Binary | 10110100 | 10010000 | 0 | 0 | 10100 | 1100100 | 11101 | 110000 | 1100100 | 100011 |
Color Harmonies of #B49000
Complementary color
Monochromatic Colors of #B49000
Black with #B49000
Text Example
Text Example
White with #B49000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49000; }
p { color: rgb(180,144,0); }
H1.HeaderClassName
{
color: #B49000;
}
.AnyTagClassName
{
color: #B49000;
}
</style>
background-color css
<style>
a { background-color: #B49000; }
a { background-color: rgb(180,144,0); }
div.DivClassName
{
background-color: #B49000;
}
.BgClassName
{
background-color: #B49000;
}
</style>
border-color css
<style>
span { border-color: #B49000; }
span { border-color: rgb(180,144,0); }
td.TdClassName
{
border-color: #B49000;
}
.TagClassName
{
border-color: #B49000;
}
</style>