Shades of Barley Corn #B89456
Tints of Barley Corn #B89456
RGB
CMYK
RGB Variations
Color information
#B89456 (or 0xB89456) is known color: Barley Corn. HEX triplet: B8, 94 and 56. RGB value is (184,148,86). Sum of RGB (Red+Green+Blue) = 184+148+86=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B89456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89456 is #476BA9. Grayscale: #979797. Windows color (decimal): -4680618 or 5674168. OLE color: 5674168.
HSL color Cylindrical-coordinate representation of color #B89456: hue angle of 37.96º 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 #B89456 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 86 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.28 |
| HSL | 37.96º | 0.41% | 0.53% | - |
| HSV(B) | 37.96º | 0.53% | 0.72% | - |
| XYZ | 32.04 | 32.04 | 13.3 | - |
| YUV | 151.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 86 | 0 | 0.20 | 0.53 | 0.28 | 37.96 | 0.41 | 0.53 |
| Hex | B8 | 94 | 56 | 0 | 14 | 35 | 1C | 26 | 29 | 35 |
| Octal | 270 | 224 | 126 | 0 | 24 | 65 | 34 | 46 | 51 | 65 |
| Binary | 10111000 | 10010100 | 1010110 | 0 | 10100 | 110101 | 11100 | 100110 | 101001 | 110101 |
Color Harmonies of #B89456
Complementary color
Monochromatic Colors of #B89456
Black with #B89456
Text Example
Text Example
White with #B89456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89456; }
p { color: rgb(184,148,86); }
H1.HeaderClassName
{
color: #B89456;
}
.AnyTagClassName
{
color: #B89456;
}
</style>
background-color css
<style>
a { background-color: #B89456; }
a { background-color: rgb(184,148,86); }
div.DivClassName
{
background-color: #B89456;
}
.BgClassName
{
background-color: #B89456;
}
</style>
border-color css
<style>
span { border-color: #B89456; }
span { border-color: rgb(184,148,86); }
td.TdClassName
{
border-color: #B89456;
}
.TagClassName
{
border-color: #B89456;
}
</style>