Shades of Dark Goldenrod #B49201
Tints of Dark Goldenrod #B49201
RGB
CMYK
RGB Variations
Color information
#B49201 (or 0xB49201) is known color: Dark Goldenrod. HEX triplet: B4, 92 and 01. RGB value is (180,146,1). Sum of RGB (Red+Green+Blue) = 180+146+1=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B49201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49201 is #4B6DFE. Grayscale: #8C8C8C. Windows color (decimal): -4943359 or 103092. OLE color: 103092.
HSL color Cylindrical-coordinate representation of color #B49201: hue angle of 48.6º 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 #B49201 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.29 |
| HSL | 48.6º | 0.99% | 0.35% | - |
| HSV(B) | 48.6º | 0.99% | 0.71% | - |
| XYZ | 29.11 | 30.26 | 4.34 | - |
| YUV | 139.64 | 49.76 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 1 | 0 | 0.19 | 0.99 | 0.29 | 48.6 | 0.99 | 0.35 |
| Hex | B4 | 92 | 1 | 0 | 13 | 63 | 1D | 31 | 63 | 23 |
| Octal | 264 | 222 | 1 | 0 | 23 | 143 | 35 | 61 | 143 | 43 |
| Binary | 10110100 | 10010010 | 1 | 0 | 10011 | 1100011 | 11101 | 110001 | 1100011 | 100011 |
Color Harmonies of #B49201
Complementary color
Monochromatic Colors of #B49201
Black with #B49201
Text Example
Text Example
White with #B49201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49201; }
p { color: rgb(180,146,1); }
H1.HeaderClassName
{
color: #B49201;
}
.AnyTagClassName
{
color: #B49201;
}
</style>
background-color css
<style>
a { background-color: #B49201; }
a { background-color: rgb(180,146,1); }
div.DivClassName
{
background-color: #B49201;
}
.BgClassName
{
background-color: #B49201;
}
</style>
border-color css
<style>
span { border-color: #B49201; }
span { border-color: rgb(180,146,1); }
td.TdClassName
{
border-color: #B49201;
}
.TagClassName
{
border-color: #B49201;
}
</style>