Shades of Dark Goldenrod #B49900
Tints of Dark Goldenrod #B49900
RGB
CMYK
RGB Variations
Color information
#B49900 (or 0xB49900) is known color: Dark Goldenrod. HEX triplet: B4, 99 and 00. RGB value is (180,153,0). Sum of RGB (Red+Green+Blue) = 180+153+0=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B49900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49900 is #4B66FF. Grayscale: #909090. Windows color (decimal): -4941568 or 39348. OLE color: 39348.
HSL color Cylindrical-coordinate representation of color #B49900: hue angle of 51º 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 #B49900 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 153 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.29 |
| HSL | 51º | 1% | 0.35% | - |
| HSV(B) | 51º | 1% | 0.71% | - |
| XYZ | 30.21 | 32.49 | 4.68 | - |
| YUV | 143.63 | 46.95 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 0 | 0 | 0.15 | 1 | 0.29 | 51 | 1 | 0.35 |
| Hex | B4 | 99 | 0 | 0 | F | 64 | 1D | 33 | 64 | 23 |
| Octal | 264 | 231 | 0 | 0 | 17 | 144 | 35 | 63 | 144 | 43 |
| Binary | 10110100 | 10011001 | 0 | 0 | 1111 | 1100100 | 11101 | 110011 | 1100100 | 100011 |
Color Harmonies of #B49900
Complementary color
Monochromatic Colors of #B49900
Black with #B49900
Text Example
Text Example
White with #B49900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49900; }
p { color: rgb(180,153,0); }
H1.HeaderClassName
{
color: #B49900;
}
.AnyTagClassName
{
color: #B49900;
}
</style>
background-color css
<style>
a { background-color: #B49900; }
a { background-color: rgb(180,153,0); }
div.DivClassName
{
background-color: #B49900;
}
.BgClassName
{
background-color: #B49900;
}
</style>
border-color css
<style>
span { border-color: #B49900; }
span { border-color: rgb(180,153,0); }
td.TdClassName
{
border-color: #B49900;
}
.TagClassName
{
border-color: #B49900;
}
</style>