Shades of Barley Corn #B89954
Tints of Barley Corn #B89954
RGB
CMYK
RGB Variations
Color information
#B89954 (or 0xB89954) is known color: Barley Corn. HEX triplet: B8, 99 and 54. RGB value is (184,153,84). Sum of RGB (Red+Green+Blue) = 184+153+84=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B89954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89954 is #4766AB. Grayscale: #9A9A9A. Windows color (decimal): -4679340 or 5544376. OLE color: 5544376.
HSL color Cylindrical-coordinate representation of color #B89954: hue angle of 41.4º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B89954 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 84 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.28 |
| HSL | 41.4º | 0.41% | 0.53% | - |
| HSV(B) | 41.4º | 0.54% | 0.72% | - |
| XYZ | 32.76 | 33.61 | 13.15 | - |
| YUV | 154.4 | 88.27 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 84 | 0 | 0.17 | 0.54 | 0.28 | 41.4 | 0.41 | 0.53 |
| Hex | B8 | 99 | 54 | 0 | 11 | 36 | 1C | 29 | 29 | 35 |
| Octal | 270 | 231 | 124 | 0 | 21 | 66 | 34 | 51 | 51 | 65 |
| Binary | 10111000 | 10011001 | 1010100 | 0 | 10001 | 110110 | 11100 | 101001 | 101001 | 110101 |
Color Harmonies of #B89954
Complementary color
Monochromatic Colors of #B89954
Black with #B89954
Text Example
Text Example
White with #B89954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89954; }
p { color: rgb(184,153,84); }
H1.HeaderClassName
{
color: #B89954;
}
.AnyTagClassName
{
color: #B89954;
}
</style>
background-color css
<style>
a { background-color: #B89954; }
a { background-color: rgb(184,153,84); }
div.DivClassName
{
background-color: #B89954;
}
.BgClassName
{
background-color: #B89954;
}
</style>
border-color css
<style>
span { border-color: #B89954; }
span { border-color: rgb(184,153,84); }
td.TdClassName
{
border-color: #B89954;
}
.TagClassName
{
border-color: #B89954;
}
</style>