Shades of Barley Corn #B89257
Tints of Barley Corn #B89257
RGB
CMYK
RGB Variations
Color information
#B89257 (or 0xB89257) is known color: Barley Corn. HEX triplet: B8, 92 and 57. RGB value is (184,146,87). Sum of RGB (Red+Green+Blue) = 184+146+87=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B89257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89257 is #476DA8. Grayscale: #969696. Windows color (decimal): -4681129 or 5739192. OLE color: 5739192.
HSL color Cylindrical-coordinate representation of color #B89257: hue angle of 36.49º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B89257 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 87 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.28 |
| HSL | 36.49º | 0.41% | 0.53% | - |
| HSV(B) | 36.49º | 0.53% | 0.72% | - |
| XYZ | 31.77 | 31.44 | 13.41 | - |
| YUV | 150.64 | 92.09 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 87 | 0 | 0.21 | 0.53 | 0.28 | 36.49 | 0.41 | 0.53 |
| Hex | B8 | 92 | 57 | 0 | 15 | 35 | 1C | 24 | 29 | 35 |
| Octal | 270 | 222 | 127 | 0 | 25 | 65 | 34 | 44 | 51 | 65 |
| Binary | 10111000 | 10010010 | 1010111 | 0 | 10101 | 110101 | 11100 | 100100 | 101001 | 110101 |
Color Harmonies of #B89257
Complementary color
Monochromatic Colors of #B89257
Black with #B89257
Text Example
Text Example
White with #B89257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89257; }
p { color: rgb(184,146,87); }
H1.HeaderClassName
{
color: #B89257;
}
.AnyTagClassName
{
color: #B89257;
}
</style>
background-color css
<style>
a { background-color: #B89257; }
a { background-color: rgb(184,146,87); }
div.DivClassName
{
background-color: #B89257;
}
.BgClassName
{
background-color: #B89257;
}
</style>
border-color css
<style>
span { border-color: #B89257; }
span { border-color: rgb(184,146,87); }
td.TdClassName
{
border-color: #B89257;
}
.TagClassName
{
border-color: #B89257;
}
</style>