Shades of Barley Corn #B89A65
Tints of Barley Corn #B89A65
RGB
CMYK
RGB Variations
Color information
#B89A65 (or 0xB89A65) is known color: Barley Corn. HEX triplet: B8, 9A and 65. RGB value is (184,154,101). Sum of RGB (Red+Green+Blue) = 184+154+101=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89A65 is #47659A. Grayscale: #9D9D9D. Windows color (decimal): -4679067 or 6658744. OLE color: 6658744.
HSL color Cylindrical-coordinate representation of color #B89A65: hue angle of 38.31º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B89A65 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 154 | 101 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.28 |
| HSL | 38.31º | 0.37% | 0.56% | - |
| HSV(B) | 38.31º | 0.45% | 0.72% | - |
| XYZ | 33.67 | 34.24 | 17.15 | - |
| YUV | 156.93 | 96.44 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 101 | 0 | 0.16 | 0.45 | 0.28 | 38.31 | 0.37 | 0.56 |
| Hex | B8 | 9A | 65 | 0 | 10 | 2D | 1C | 26 | 25 | 38 |
| Octal | 270 | 232 | 145 | 0 | 20 | 55 | 34 | 46 | 45 | 70 |
| Binary | 10111000 | 10011010 | 1100101 | 0 | 10000 | 101101 | 11100 | 100110 | 100101 | 111000 |
Color Harmonies of #B89A65
Complementary color
Monochromatic Colors of #B89A65
Black with #B89A65
Text Example
Text Example
White with #B89A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89A65; }
p { color: rgb(184,154,101); }
H1.HeaderClassName
{
color: #B89A65;
}
.AnyTagClassName
{
color: #B89A65;
}
</style>
background-color css
<style>
a { background-color: #B89A65; }
a { background-color: rgb(184,154,101); }
div.DivClassName
{
background-color: #B89A65;
}
.BgClassName
{
background-color: #B89A65;
}
</style>
border-color css
<style>
span { border-color: #B89A65; }
span { border-color: rgb(184,154,101); }
td.TdClassName
{
border-color: #B89A65;
}
.TagClassName
{
border-color: #B89A65;
}
</style>