Shades of Dark Goldenrod #B58801
Tints of Dark Goldenrod #B58801
RGB
CMYK
RGB Variations
Color information
#B58801 (or 0xB58801) is known color: Dark Goldenrod. HEX triplet: B5, 88 and 01. RGB value is (181,136,1). Sum of RGB (Red+Green+Blue) = 181+136+1=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B58801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58801 is #4A77FE. Grayscale: #868686. Windows color (decimal): -4880383 or 100533. OLE color: 100533.
HSL color Cylindrical-coordinate representation of color #B58801: hue angle of 45º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B58801 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.29 |
| HSL | 45º | 0.99% | 0.36% | - |
| HSV(B) | 45º | 0.99% | 0.71% | - |
| XYZ | 27.87 | 27.43 | 3.86 | - |
| YUV | 134.07 | 52.91 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 1 | 0 | 0.25 | 0.99 | 0.29 | 45 | 0.99 | 0.36 |
| Hex | B5 | 88 | 1 | 0 | 19 | 63 | 1D | 2D | 63 | 24 |
| Octal | 265 | 210 | 1 | 0 | 31 | 143 | 35 | 55 | 143 | 44 |
| Binary | 10110101 | 10001000 | 1 | 0 | 11001 | 1100011 | 11101 | 101101 | 1100011 | 100100 |
Color Harmonies of #B58801
Complementary color
Monochromatic Colors of #B58801
Black with #B58801
Text Example
Text Example
White with #B58801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58801; }
p { color: rgb(181,136,1); }
H1.HeaderClassName
{
color: #B58801;
}
.AnyTagClassName
{
color: #B58801;
}
</style>
background-color css
<style>
a { background-color: #B58801; }
a { background-color: rgb(181,136,1); }
div.DivClassName
{
background-color: #B58801;
}
.BgClassName
{
background-color: #B58801;
}
</style>
border-color css
<style>
span { border-color: #B58801; }
span { border-color: rgb(181,136,1); }
td.TdClassName
{
border-color: #B58801;
}
.TagClassName
{
border-color: #B58801;
}
</style>