Shades of Dark Goldenrod #B5810B
Tints of Dark Goldenrod #B5810B
RGB
CMYK
RGB Variations
Color information
#B5810B (or 0xB5810B) is known color: Dark Goldenrod. HEX triplet: B5, 81 and 0B. RGB value is (181,129,11). Sum of RGB (Red+Green+Blue) = 181+129+11=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B5810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5810B is #4A7EF4. Grayscale: #838383. Windows color (decimal): -4882165 or 754101. OLE color: 754101.
HSL color Cylindrical-coordinate representation of color #B5810B: hue angle of 41.65º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5810B is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 11 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.29 |
| HSL | 41.65º | 0.89% | 0.38% | - |
| HSV(B) | 41.65º | 0.94% | 0.71% | - |
| XYZ | 26.97 | 25.55 | 3.83 | - |
| YUV | 131.1 | 60.23 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 11 | 0 | 0.29 | 0.94 | 0.29 | 41.65 | 0.89 | 0.38 |
| Hex | B5 | 81 | B | 0 | 1D | 5E | 1D | 2A | 59 | 26 |
| Octal | 265 | 201 | 13 | 0 | 35 | 136 | 35 | 52 | 131 | 46 |
| Binary | 10110101 | 10000001 | 1011 | 0 | 11101 | 1011110 | 11101 | 101010 | 1011001 | 100110 |
Color Harmonies of #B5810B
Complementary color
Monochromatic Colors of #B5810B
Black with #B5810B
Text Example
Text Example
White with #B5810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5810B; }
p { color: rgb(181,129,11); }
H1.HeaderClassName
{
color: #B5810B;
}
.AnyTagClassName
{
color: #B5810B;
}
</style>
background-color css
<style>
a { background-color: #B5810B; }
a { background-color: rgb(181,129,11); }
div.DivClassName
{
background-color: #B5810B;
}
.BgClassName
{
background-color: #B5810B;
}
</style>
border-color css
<style>
span { border-color: #B5810B; }
span { border-color: rgb(181,129,11); }
td.TdClassName
{
border-color: #B5810B;
}
.TagClassName
{
border-color: #B5810B;
}
</style>