Shades of Dark Goldenrod #B49501
Tints of Dark Goldenrod #B49501
RGB
CMYK
RGB Variations
Color information
#B49501 (or 0xB49501) is known color: Dark Goldenrod. HEX triplet: B4, 95 and 01. RGB value is (180,149,1). Sum of RGB (Red+Green+Blue) = 180+149+1=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B49501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49501 is #4B6AFE. Grayscale: #8E8E8E. Windows color (decimal): -4942591 or 103860. OLE color: 103860.
HSL color Cylindrical-coordinate representation of color #B49501: hue angle of 49.61º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B49501 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 149 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.29 |
| HSL | 49.61º | 0.99% | 0.35% | - |
| HSV(B) | 49.61º | 0.99% | 0.71% | - |
| XYZ | 29.58 | 31.2 | 4.49 | - |
| YUV | 141.4 | 48.77 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 1 | 0 | 0.17 | 0.99 | 0.29 | 49.61 | 0.99 | 0.35 |
| Hex | B4 | 95 | 1 | 0 | 11 | 63 | 1D | 32 | 63 | 23 |
| Octal | 264 | 225 | 1 | 0 | 21 | 143 | 35 | 62 | 143 | 43 |
| Binary | 10110100 | 10010101 | 1 | 0 | 10001 | 1100011 | 11101 | 110010 | 1100011 | 100011 |
Color Harmonies of #B49501
Complementary color
Monochromatic Colors of #B49501
Black with #B49501
Text Example
Text Example
White with #B49501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49501; }
p { color: rgb(180,149,1); }
H1.HeaderClassName
{
color: #B49501;
}
.AnyTagClassName
{
color: #B49501;
}
</style>
background-color css
<style>
a { background-color: #B49501; }
a { background-color: rgb(180,149,1); }
div.DivClassName
{
background-color: #B49501;
}
.BgClassName
{
background-color: #B49501;
}
</style>
border-color css
<style>
span { border-color: #B49501; }
span { border-color: rgb(180,149,1); }
td.TdClassName
{
border-color: #B49501;
}
.TagClassName
{
border-color: #B49501;
}
</style>