Shades of Dark Goldenrod #B49401
Tints of Dark Goldenrod #B49401
RGB
CMYK
RGB Variations
Color information
#B49401 (or 0xB49401) is known color: Dark Goldenrod. HEX triplet: B4, 94 and 01. RGB value is (180,148,1). Sum of RGB (Red+Green+Blue) = 180+148+1=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B49401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49401 is #4B6BFE. Grayscale: #8D8D8D. Windows color (decimal): -4942847 or 103604. OLE color: 103604.
HSL color Cylindrical-coordinate representation of color #B49401: hue angle of 49.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 #B49401 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 148 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.29 |
| HSL | 49.27º | 0.99% | 0.35% | - |
| HSV(B) | 49.27º | 0.99% | 0.71% | - |
| XYZ | 29.42 | 30.89 | 4.44 | - |
| YUV | 140.81 | 49.1 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 148 | 1 | 0 | 0.18 | 0.99 | 0.29 | 49.27 | 0.99 | 0.35 |
| Hex | B4 | 94 | 1 | 0 | 12 | 63 | 1D | 31 | 63 | 23 |
| Octal | 264 | 224 | 1 | 0 | 22 | 143 | 35 | 61 | 143 | 43 |
| Binary | 10110100 | 10010100 | 1 | 0 | 10010 | 1100011 | 11101 | 110001 | 1100011 | 100011 |
Color Harmonies of #B49401
Complementary color
Monochromatic Colors of #B49401
Black with #B49401
Text Example
Text Example
White with #B49401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49401; }
p { color: rgb(180,148,1); }
H1.HeaderClassName
{
color: #B49401;
}
.AnyTagClassName
{
color: #B49401;
}
</style>
background-color css
<style>
a { background-color: #B49401; }
a { background-color: rgb(180,148,1); }
div.DivClassName
{
background-color: #B49401;
}
.BgClassName
{
background-color: #B49401;
}
</style>
border-color css
<style>
span { border-color: #B49401; }
span { border-color: rgb(180,148,1); }
td.TdClassName
{
border-color: #B49401;
}
.TagClassName
{
border-color: #B49401;
}
</style>