Shades of Dark Goldenrod #B49A00
Tints of Dark Goldenrod #B49A00
RGB
CMYK
RGB Variations
Color information
#B49A00 (or 0xB49A00) is known color: Dark Goldenrod. HEX triplet: B4, 9A and 00. RGB value is (180,154,0). Sum of RGB (Red+Green+Blue) = 180+154+0=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49A00 is #4B65FF. Grayscale: #909090. Windows color (decimal): -4941312 or 39604. OLE color: 39604.
HSL color Cylindrical-coordinate representation of color #B49A00: hue angle of 51.33º 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 #B49A00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 154 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.29 |
| HSL | 51.33º | 1% | 0.35% | - |
| HSV(B) | 51.33º | 1% | 0.71% | - |
| XYZ | 30.38 | 32.81 | 4.73 | - |
| YUV | 144.22 | 46.61 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 0 | 0 | 0.14 | 1 | 0.29 | 51.33 | 1 | 0.35 |
| Hex | B4 | 9A | 0 | 0 | E | 64 | 1D | 33 | 64 | 23 |
| Octal | 264 | 232 | 0 | 0 | 16 | 144 | 35 | 63 | 144 | 43 |
| Binary | 10110100 | 10011010 | 0 | 0 | 1110 | 1100100 | 11101 | 110011 | 1100100 | 100011 |
Color Harmonies of #B49A00
Complementary color
Monochromatic Colors of #B49A00
Black with #B49A00
Text Example
Text Example
White with #B49A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49A00; }
p { color: rgb(180,154,0); }
H1.HeaderClassName
{
color: #B49A00;
}
.AnyTagClassName
{
color: #B49A00;
}
</style>
background-color css
<style>
a { background-color: #B49A00; }
a { background-color: rgb(180,154,0); }
div.DivClassName
{
background-color: #B49A00;
}
.BgClassName
{
background-color: #B49A00;
}
</style>
border-color css
<style>
span { border-color: #B49A00; }
span { border-color: rgb(180,154,0); }
td.TdClassName
{
border-color: #B49A00;
}
.TagClassName
{
border-color: #B49A00;
}
</style>