Shades of Dark Goldenrod #B8891B
Tints of Dark Goldenrod #B8891B
RGB
CMYK
RGB Variations
Color information
#B8891B (or 0xB8891B) is known color: Dark Goldenrod. HEX triplet: B8, 89 and 1B. RGB value is (184,137,27). Sum of RGB (Red+Green+Blue) = 184+137+27=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8891B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8891B is #4776E4. Grayscale: #8B8B8B. Windows color (decimal): -4683493 or 1804728. OLE color: 1804728.
HSL color Cylindrical-coordinate representation of color #B8891B: hue angle of 42.04º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8891B is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 137 | 27 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.28 |
| HSL | 42.04º | 0.74% | 0.41% | - |
| HSV(B) | 42.04º | 0.85% | 0.72% | - |
| XYZ | 28.91 | 28.16 | 4.95 | - |
| YUV | 138.51 | 65.07 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 27 | 0 | 0.26 | 0.85 | 0.28 | 42.04 | 0.74 | 0.41 |
| Hex | B8 | 89 | 1B | 0 | 1A | 55 | 1C | 2A | 4A | 29 |
| Octal | 270 | 211 | 33 | 0 | 32 | 125 | 34 | 52 | 112 | 51 |
| Binary | 10111000 | 10001001 | 11011 | 0 | 11010 | 1010101 | 11100 | 101010 | 1001010 | 101001 |
Color Harmonies of #B8891B
Complementary color
Monochromatic Colors of #B8891B
Black with #B8891B
Text Example
Text Example
White with #B8891B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8891B; }
p { color: rgb(184,137,27); }
H1.HeaderClassName
{
color: #B8891B;
}
.AnyTagClassName
{
color: #B8891B;
}
</style>
background-color css
<style>
a { background-color: #B8891B; }
a { background-color: rgb(184,137,27); }
div.DivClassName
{
background-color: #B8891B;
}
.BgClassName
{
background-color: #B8891B;
}
</style>
border-color css
<style>
span { border-color: #B8891B; }
span { border-color: rgb(184,137,27); }
td.TdClassName
{
border-color: #B8891B;
}
.TagClassName
{
border-color: #B8891B;
}
</style>