Shades of Barley Corn #B89C5D
Tints of Barley Corn #B89C5D
RGB
CMYK
RGB Variations
Color information
#B89C5D (or 0xB89C5D) is known color: Barley Corn. HEX triplet: B8, 9C and 5D. RGB value is (184,156,93). Sum of RGB (Red+Green+Blue) = 184+156+93=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C5D is #4763A2. Grayscale: #9D9D9D. Windows color (decimal): -4678563 or 6134968. OLE color: 6134968.
HSL color Cylindrical-coordinate representation of color #B89C5D: hue angle of 41.54º 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 #B89C5D is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 93 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.28 |
| HSL | 41.54º | 0.39% | 0.54% | - |
| HSV(B) | 41.54º | 0.49% | 0.72% | - |
| XYZ | 33.63 | 34.76 | 15.29 | - |
| YUV | 157.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 93 | 0 | 0.15 | 0.49 | 0.28 | 41.54 | 0.39 | 0.54 |
| Hex | B8 | 9C | 5D | 0 | F | 31 | 1C | 2A | 27 | 36 |
| Octal | 270 | 234 | 135 | 0 | 17 | 61 | 34 | 52 | 47 | 66 |
| Binary | 10111000 | 10011100 | 1011101 | 0 | 1111 | 110001 | 11100 | 101010 | 100111 | 110110 |
Color Harmonies of #B89C5D
Complementary color
Monochromatic Colors of #B89C5D
Black with #B89C5D
Text Example
Text Example
White with #B89C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C5D; }
p { color: rgb(184,156,93); }
H1.HeaderClassName
{
color: #B89C5D;
}
.AnyTagClassName
{
color: #B89C5D;
}
</style>
background-color css
<style>
a { background-color: #B89C5D; }
a { background-color: rgb(184,156,93); }
div.DivClassName
{
background-color: #B89C5D;
}
.BgClassName
{
background-color: #B89C5D;
}
</style>
border-color css
<style>
span { border-color: #B89C5D; }
span { border-color: rgb(184,156,93); }
td.TdClassName
{
border-color: #B89C5D;
}
.TagClassName
{
border-color: #B89C5D;
}
</style>