Shades of Dark Goldenrod #B5891B
Tints of Dark Goldenrod #B5891B
RGB
CMYK
RGB Variations
Color information
#B5891B (or 0xB5891B) is known color: Dark Goldenrod. HEX triplet: B5, 89 and 1B. RGB value is (181,137,27). Sum of RGB (Red+Green+Blue) = 181+137+27=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B5891B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5891B is #4A76E4. Grayscale: #8A8A8A. Windows color (decimal): -4880101 or 1804725. OLE color: 1804725.
HSL color Cylindrical-coordinate representation of color #B5891B: hue angle of 42.86º 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 #B5891B is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 27 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.29 |
| HSL | 42.86º | 0.74% | 0.41% | - |
| HSV(B) | 42.86º | 0.85% | 0.71% | - |
| XYZ | 28.2 | 27.79 | 4.92 | - |
| YUV | 137.62 | 65.58 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 27 | 0 | 0.24 | 0.85 | 0.29 | 42.86 | 0.74 | 0.41 |
| Hex | B5 | 89 | 1B | 0 | 18 | 55 | 1D | 2B | 4A | 29 |
| Octal | 265 | 211 | 33 | 0 | 30 | 125 | 35 | 53 | 112 | 51 |
| Binary | 10110101 | 10001001 | 11011 | 0 | 11000 | 1010101 | 11101 | 101011 | 1001010 | 101001 |
Color Harmonies of #B5891B
Complementary color
Monochromatic Colors of #B5891B
Black with #B5891B
Text Example
Text Example
White with #B5891B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5891B; }
p { color: rgb(181,137,27); }
H1.HeaderClassName
{
color: #B5891B;
}
.AnyTagClassName
{
color: #B5891B;
}
</style>
background-color css
<style>
a { background-color: #B5891B; }
a { background-color: rgb(181,137,27); }
div.DivClassName
{
background-color: #B5891B;
}
.BgClassName
{
background-color: #B5891B;
}
</style>
border-color css
<style>
span { border-color: #B5891B; }
span { border-color: rgb(181,137,27); }
td.TdClassName
{
border-color: #B5891B;
}
.TagClassName
{
border-color: #B5891B;
}
</style>