Shades of Dark Goldenrod #B58100
Tints of Dark Goldenrod #B58100
RGB
CMYK
RGB Variations
Color information
#B58100 (or 0xB58100) is known color: Dark Goldenrod. HEX triplet: B5, 81 and 00. RGB value is (181,129,0). Sum of RGB (Red+Green+Blue) = 181+129+0=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B58100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58100 is #4A7EFF. Grayscale: #828282. Windows color (decimal): -4882176 or 33205. OLE color: 33205.
HSL color Cylindrical-coordinate representation of color #B58100: hue angle of 42.76º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B58100 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.29 |
| HSL | 42.76º | 1% | 0.35% | - |
| HSV(B) | 42.76º | 1% | 0.71% | - |
| XYZ | 26.91 | 25.52 | 3.51 | - |
| YUV | 129.84 | 54.73 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 0 | 0 | 0.29 | 1 | 0.29 | 42.76 | 1 | 0.35 |
| Hex | B5 | 81 | 0 | 0 | 1D | 64 | 1D | 2B | 64 | 23 |
| Octal | 265 | 201 | 0 | 0 | 35 | 144 | 35 | 53 | 144 | 43 |
| Binary | 10110101 | 10000001 | 0 | 0 | 11101 | 1100100 | 11101 | 101011 | 1100100 | 100011 |
Color Harmonies of #B58100
Complementary color
Monochromatic Colors of #B58100
Black with #B58100
Text Example
Text Example
White with #B58100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58100; }
p { color: rgb(181,129,0); }
H1.HeaderClassName
{
color: #B58100;
}
.AnyTagClassName
{
color: #B58100;
}
</style>
background-color css
<style>
a { background-color: #B58100; }
a { background-color: rgb(181,129,0); }
div.DivClassName
{
background-color: #B58100;
}
.BgClassName
{
background-color: #B58100;
}
</style>
border-color css
<style>
span { border-color: #B58100; }
span { border-color: rgb(181,129,0); }
td.TdClassName
{
border-color: #B58100;
}
.TagClassName
{
border-color: #B58100;
}
</style>