Shades of Dark Goldenrod #B49101
Tints of Dark Goldenrod #B49101
RGB
CMYK
RGB Variations
Color information
#B49101 (or 0xB49101) is known color: Dark Goldenrod. HEX triplet: B4, 91 and 01. RGB value is (180,145,1). Sum of RGB (Red+Green+Blue) = 180+145+1=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B49101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49101 is #4B6EFE. Grayscale: #8B8B8B. Windows color (decimal): -4943615 or 102836. OLE color: 102836.
HSL color Cylindrical-coordinate representation of color #B49101: hue angle of 48.27º 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 #B49101 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.29 |
| HSL | 48.27º | 0.99% | 0.35% | - |
| HSV(B) | 48.27º | 0.99% | 0.71% | - |
| XYZ | 28.95 | 29.96 | 4.28 | - |
| YUV | 139.05 | 50.1 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 1 | 0 | 0.19 | 0.99 | 0.29 | 48.27 | 0.99 | 0.35 |
| Hex | B4 | 91 | 1 | 0 | 13 | 63 | 1D | 30 | 63 | 23 |
| Octal | 264 | 221 | 1 | 0 | 23 | 143 | 35 | 60 | 143 | 43 |
| Binary | 10110100 | 10010001 | 1 | 0 | 10011 | 1100011 | 11101 | 110000 | 1100011 | 100011 |
Color Harmonies of #B49101
Complementary color
Monochromatic Colors of #B49101
Black with #B49101
Text Example
Text Example
White with #B49101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49101; }
p { color: rgb(180,145,1); }
H1.HeaderClassName
{
color: #B49101;
}
.AnyTagClassName
{
color: #B49101;
}
</style>
background-color css
<style>
a { background-color: #B49101; }
a { background-color: rgb(180,145,1); }
div.DivClassName
{
background-color: #B49101;
}
.BgClassName
{
background-color: #B49101;
}
</style>
border-color css
<style>
span { border-color: #B49101; }
span { border-color: rgb(180,145,1); }
td.TdClassName
{
border-color: #B49101;
}
.TagClassName
{
border-color: #B49101;
}
</style>