Shades of Dark Goldenrod #B4900B
Tints of Dark Goldenrod #B4900B
RGB
CMYK
RGB Variations
Color information
#B4900B (or 0xB4900B) is known color: Dark Goldenrod. HEX triplet: B4, 90 and 0B. RGB value is (180,144,11). Sum of RGB (Red+Green+Blue) = 180+144+11=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B4900B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4900B is #4B6FF4. Grayscale: #8C8C8C. Windows color (decimal): -4943861 or 757940. OLE color: 757940.
HSL color Cylindrical-coordinate representation of color #B4900B: hue angle of 47.22º degrees, saturation: 0.88, 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 #B4900B is Cyan = 0, Magento = 0.2, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 11 | - |
| CMYK | 0 | 0.2 | 0.94 | 0.29 |
| HSL | 47.22º | 0.88% | 0.37% | - |
| HSV(B) | 47.22º | 0.94% | 0.71% | - |
| XYZ | 28.86 | 29.67 | 4.52 | - |
| YUV | 139.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 11 | 0 | 0.2 | 0.94 | 0.29 | 47.22 | 0.88 | 0.37 |
| Hex | B4 | 90 | B | 0 | 14 | 5E | 1D | 2F | 58 | 25 |
| Octal | 264 | 220 | 13 | 0 | 24 | 136 | 35 | 57 | 130 | 45 |
| Binary | 10110100 | 10010000 | 1011 | 0 | 10100 | 1011110 | 11101 | 101111 | 1011000 | 100101 |
Color Harmonies of #B4900B
Complementary color
Monochromatic Colors of #B4900B
Black with #B4900B
Text Example
Text Example
White with #B4900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4900B; }
p { color: rgb(180,144,11); }
H1.HeaderClassName
{
color: #B4900B;
}
.AnyTagClassName
{
color: #B4900B;
}
</style>
background-color css
<style>
a { background-color: #B4900B; }
a { background-color: rgb(180,144,11); }
div.DivClassName
{
background-color: #B4900B;
}
.BgClassName
{
background-color: #B4900B;
}
</style>
border-color css
<style>
span { border-color: #B4900B; }
span { border-color: rgb(180,144,11); }
td.TdClassName
{
border-color: #B4900B;
}
.TagClassName
{
border-color: #B4900B;
}
</style>