Shades of Dark Goldenrod #B58501
Tints of Dark Goldenrod #B58501
RGB
CMYK
RGB Variations
Color information
#B58501 (or 0xB58501) is known color: Dark Goldenrod. HEX triplet: B5, 85 and 01. RGB value is (181,133,1). Sum of RGB (Red+Green+Blue) = 181+133+1=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B58501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58501 is #4A7AFE. Grayscale: #848484. Windows color (decimal): -4881151 or 99765. OLE color: 99765.
HSL color Cylindrical-coordinate representation of color #B58501: hue angle of 44º 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 #B58501 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 133 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.29 |
| HSL | 44º | 0.99% | 0.36% | - |
| HSV(B) | 44º | 0.99% | 0.71% | - |
| XYZ | 27.45 | 26.6 | 3.72 | - |
| YUV | 132.3 | 53.9 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 133 | 1 | 0 | 0.27 | 0.99 | 0.29 | 44 | 0.99 | 0.36 |
| Hex | B5 | 85 | 1 | 0 | 1B | 63 | 1D | 2C | 63 | 24 |
| Octal | 265 | 205 | 1 | 0 | 33 | 143 | 35 | 54 | 143 | 44 |
| Binary | 10110101 | 10000101 | 1 | 0 | 11011 | 1100011 | 11101 | 101100 | 1100011 | 100100 |
Color Harmonies of #B58501
Complementary color
Monochromatic Colors of #B58501
Black with #B58501
Text Example
Text Example
White with #B58501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58501; }
p { color: rgb(181,133,1); }
H1.HeaderClassName
{
color: #B58501;
}
.AnyTagClassName
{
color: #B58501;
}
</style>
background-color css
<style>
a { background-color: #B58501; }
a { background-color: rgb(181,133,1); }
div.DivClassName
{
background-color: #B58501;
}
.BgClassName
{
background-color: #B58501;
}
</style>
border-color css
<style>
span { border-color: #B58501; }
span { border-color: rgb(181,133,1); }
td.TdClassName
{
border-color: #B58501;
}
.TagClassName
{
border-color: #B58501;
}
</style>