Shades of Barley Corn #B89E5D
Tints of Barley Corn #B89E5D
RGB
CMYK
RGB Variations
Color information
#B89E5D (or 0xB89E5D) is known color: Barley Corn. HEX triplet: B8, 9E and 5D. RGB value is (184,158,93). Sum of RGB (Red+Green+Blue) = 184+158+93=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89E5D is #4761A2. Grayscale: #9E9E9E. Windows color (decimal): -4678051 or 6135480. OLE color: 6135480.
HSL color Cylindrical-coordinate representation of color #B89E5D: hue angle of 42.86º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B89E5D is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 158 | 93 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.28 |
| HSL | 42.86º | 0.39% | 0.54% | - |
| HSV(B) | 42.86º | 0.49% | 0.72% | - |
| XYZ | 33.97 | 35.43 | 15.41 | - |
| YUV | 158.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 93 | 0 | 0.14 | 0.49 | 0.28 | 42.86 | 0.39 | 0.54 |
| Hex | B8 | 9E | 5D | 0 | E | 31 | 1C | 2B | 27 | 36 |
| Octal | 270 | 236 | 135 | 0 | 16 | 61 | 34 | 53 | 47 | 66 |
| Binary | 10111000 | 10011110 | 1011101 | 0 | 1110 | 110001 | 11100 | 101011 | 100111 | 110110 |
Color Harmonies of #B89E5D
Complementary color
Monochromatic Colors of #B89E5D
Black with #B89E5D
Text Example
Text Example
White with #B89E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89E5D; }
p { color: rgb(184,158,93); }
H1.HeaderClassName
{
color: #B89E5D;
}
.AnyTagClassName
{
color: #B89E5D;
}
</style>
background-color css
<style>
a { background-color: #B89E5D; }
a { background-color: rgb(184,158,93); }
div.DivClassName
{
background-color: #B89E5D;
}
.BgClassName
{
background-color: #B89E5D;
}
</style>
border-color css
<style>
span { border-color: #B89E5D; }
span { border-color: rgb(184,158,93); }
td.TdClassName
{
border-color: #B89E5D;
}
.TagClassName
{
border-color: #B89E5D;
}
</style>