Shades of Dark Goldenrod #B4900A
Tints of Dark Goldenrod #B4900A
RGB
CMYK
RGB Variations
Color information
#B4900A (or 0xB4900A) is known color: Dark Goldenrod. HEX triplet: B4, 90 and 0A. RGB value is (180,144,10). Sum of RGB (Red+Green+Blue) = 180+144+10=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B4900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4900A is #4B6FF5. Grayscale: #8C8C8C. Windows color (decimal): -4943862 or 692404. OLE color: 692404.
HSL color Cylindrical-coordinate representation of color #B4900A: hue angle of 47.29º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4900A is Cyan = 0, Magento = 0.2, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 10 | - |
| CMYK | 0 | 0.2 | 0.94 | 0.29 |
| HSL | 47.29º | 0.89% | 0.37% | - |
| HSV(B) | 47.29º | 0.94% | 0.71% | - |
| XYZ | 28.85 | 29.67 | 4.49 | - |
| YUV | 139.49 | 54.93 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 10 | 0 | 0.2 | 0.94 | 0.29 | 47.29 | 0.89 | 0.37 |
| Hex | B4 | 90 | A | 0 | 14 | 5E | 1D | 2F | 59 | 25 |
| Octal | 264 | 220 | 12 | 0 | 24 | 136 | 35 | 57 | 131 | 45 |
| Binary | 10110100 | 10010000 | 1010 | 0 | 10100 | 1011110 | 11101 | 101111 | 1011001 | 100101 |
Color Harmonies of #B4900A
Complementary color
Monochromatic Colors of #B4900A
Black with #B4900A
Text Example
Text Example
White with #B4900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4900A; }
p { color: rgb(180,144,10); }
H1.HeaderClassName
{
color: #B4900A;
}
.AnyTagClassName
{
color: #B4900A;
}
</style>
background-color css
<style>
a { background-color: #B4900A; }
a { background-color: rgb(180,144,10); }
div.DivClassName
{
background-color: #B4900A;
}
.BgClassName
{
background-color: #B4900A;
}
</style>
border-color css
<style>
span { border-color: #B4900A; }
span { border-color: rgb(180,144,10); }
td.TdClassName
{
border-color: #B4900A;
}
.TagClassName
{
border-color: #B4900A;
}
</style>