Shades of Dark Goldenrod #B58101
Tints of Dark Goldenrod #B58101
RGB
CMYK
RGB Variations
Color information
#B58101 (or 0xB58101) is known color: Dark Goldenrod. HEX triplet: B5, 81 and 01. RGB value is (181,129,1). Sum of RGB (Red+Green+Blue) = 181+129+1=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B58101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58101 is #4A7EFE. Grayscale: #828282. Windows color (decimal): -4882175 or 98741. OLE color: 98741.
HSL color Cylindrical-coordinate representation of color #B58101: hue angle of 42.67º 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 #B58101 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.29 |
| HSL | 42.67º | 0.99% | 0.36% | - |
| HSV(B) | 42.67º | 0.99% | 0.71% | - |
| XYZ | 26.91 | 25.53 | 3.54 | - |
| YUV | 129.96 | 55.23 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 1 | 0 | 0.29 | 0.99 | 0.29 | 42.67 | 0.99 | 0.36 |
| Hex | B5 | 81 | 1 | 0 | 1D | 63 | 1D | 2B | 63 | 24 |
| Octal | 265 | 201 | 1 | 0 | 35 | 143 | 35 | 53 | 143 | 44 |
| Binary | 10110101 | 10000001 | 1 | 0 | 11101 | 1100011 | 11101 | 101011 | 1100011 | 100100 |
Color Harmonies of #B58101
Complementary color
Monochromatic Colors of #B58101
Black with #B58101
Text Example
Text Example
White with #B58101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58101; }
p { color: rgb(181,129,1); }
H1.HeaderClassName
{
color: #B58101;
}
.AnyTagClassName
{
color: #B58101;
}
</style>
background-color css
<style>
a { background-color: #B58101; }
a { background-color: rgb(181,129,1); }
div.DivClassName
{
background-color: #B58101;
}
.BgClassName
{
background-color: #B58101;
}
</style>
border-color css
<style>
span { border-color: #B58101; }
span { border-color: rgb(181,129,1); }
td.TdClassName
{
border-color: #B58101;
}
.TagClassName
{
border-color: #B58101;
}
</style>