Shades of Dark Goldenrod #B5881B
Tints of Dark Goldenrod #B5881B
RGB
CMYK
RGB Variations
Color information
#B5881B (or 0xB5881B) is known color: Dark Goldenrod. HEX triplet: B5, 88 and 1B. RGB value is (181,136,27). Sum of RGB (Red+Green+Blue) = 181+136+27=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5881B is #4A77E4. Grayscale: #898989. Windows color (decimal): -4880357 or 1804469. OLE color: 1804469.
HSL color Cylindrical-coordinate representation of color #B5881B: hue angle of 42.47º 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 #B5881B is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 27 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.29 |
| HSL | 42.47º | 0.74% | 0.41% | - |
| HSV(B) | 42.47º | 0.85% | 0.71% | - |
| XYZ | 28.06 | 27.51 | 4.87 | - |
| YUV | 137.03 | 65.91 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 27 | 0 | 0.25 | 0.85 | 0.29 | 42.47 | 0.74 | 0.41 |
| Hex | B5 | 88 | 1B | 0 | 19 | 55 | 1D | 2A | 4A | 29 |
| Octal | 265 | 210 | 33 | 0 | 31 | 125 | 35 | 52 | 112 | 51 |
| Binary | 10110101 | 10001000 | 11011 | 0 | 11001 | 1010101 | 11101 | 101010 | 1001010 | 101001 |
Color Harmonies of #B5881B
Complementary color
Monochromatic Colors of #B5881B
Black with #B5881B
Text Example
Text Example
White with #B5881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5881B; }
p { color: rgb(181,136,27); }
H1.HeaderClassName
{
color: #B5881B;
}
.AnyTagClassName
{
color: #B5881B;
}
</style>
background-color css
<style>
a { background-color: #B5881B; }
a { background-color: rgb(181,136,27); }
div.DivClassName
{
background-color: #B5881B;
}
.BgClassName
{
background-color: #B5881B;
}
</style>
border-color css
<style>
span { border-color: #B5881B; }
span { border-color: rgb(181,136,27); }
td.TdClassName
{
border-color: #B5881B;
}
.TagClassName
{
border-color: #B5881B;
}
</style>