Shades of Dark Goldenrod #B5831B
Tints of Dark Goldenrod #B5831B
RGB
CMYK
RGB Variations
Color information
#B5831B (or 0xB5831B) is known color: Dark Goldenrod. HEX triplet: B5, 83 and 1B. RGB value is (181,131,27). Sum of RGB (Red+Green+Blue) = 181+131+27=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B5831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5831B is #4A7CE4. Grayscale: #868686. Windows color (decimal): -4881637 or 1803189. OLE color: 1803189.
HSL color Cylindrical-coordinate representation of color #B5831B: hue angle of 40.52º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5831B is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 131 | 27 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.29 |
| HSL | 40.52º | 0.74% | 0.41% | - |
| HSV(B) | 40.52º | 0.85% | 0.71% | - |
| XYZ | 27.37 | 26.14 | 4.64 | - |
| YUV | 134.09 | 67.57 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 131 | 27 | 0 | 0.28 | 0.85 | 0.29 | 40.52 | 0.74 | 0.41 |
| Hex | B5 | 83 | 1B | 0 | 1C | 55 | 1D | 29 | 4A | 29 |
| Octal | 265 | 203 | 33 | 0 | 34 | 125 | 35 | 51 | 112 | 51 |
| Binary | 10110101 | 10000011 | 11011 | 0 | 11100 | 1010101 | 11101 | 101001 | 1001010 | 101001 |
Color Harmonies of #B5831B
Complementary color
Monochromatic Colors of #B5831B
Black with #B5831B
Text Example
Text Example
White with #B5831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5831B; }
p { color: rgb(181,131,27); }
H1.HeaderClassName
{
color: #B5831B;
}
.AnyTagClassName
{
color: #B5831B;
}
</style>
background-color css
<style>
a { background-color: #B5831B; }
a { background-color: rgb(181,131,27); }
div.DivClassName
{
background-color: #B5831B;
}
.BgClassName
{
background-color: #B5831B;
}
</style>
border-color css
<style>
span { border-color: #B5831B; }
span { border-color: rgb(181,131,27); }
td.TdClassName
{
border-color: #B5831B;
}
.TagClassName
{
border-color: #B5831B;
}
</style>