Shades of Barley Corn #B8955E
Tints of Barley Corn #B8955E
RGB
CMYK
RGB Variations
Color information
#B8955E (or 0xB8955E) is known color: Barley Corn. HEX triplet: B8, 95 and 5E. RGB value is (184,149,94). Sum of RGB (Red+Green+Blue) = 184+149+94=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B8955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8955E is #476AA1. Grayscale: #999999. Windows color (decimal): -4680354 or 6198712. OLE color: 6198712.
HSL color Cylindrical-coordinate representation of color #B8955E: hue angle of 36.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8955E is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 94 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.28 |
| HSL | 36.67º | 0.39% | 0.55% | - |
| HSV(B) | 36.67º | 0.49% | 0.72% | - |
| XYZ | 32.53 | 32.49 | 15.15 | - |
| YUV | 153.2 | 94.6 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 94 | 0 | 0.19 | 0.49 | 0.28 | 36.67 | 0.39 | 0.55 |
| Hex | B8 | 95 | 5E | 0 | 13 | 31 | 1C | 25 | 27 | 37 |
| Octal | 270 | 225 | 136 | 0 | 23 | 61 | 34 | 45 | 47 | 67 |
| Binary | 10111000 | 10010101 | 1011110 | 0 | 10011 | 110001 | 11100 | 100101 | 100111 | 110111 |
Color Harmonies of #B8955E
Complementary color
Monochromatic Colors of #B8955E
Black with #B8955E
Text Example
Text Example
White with #B8955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8955E; }
p { color: rgb(184,149,94); }
H1.HeaderClassName
{
color: #B8955E;
}
.AnyTagClassName
{
color: #B8955E;
}
</style>
background-color css
<style>
a { background-color: #B8955E; }
a { background-color: rgb(184,149,94); }
div.DivClassName
{
background-color: #B8955E;
}
.BgClassName
{
background-color: #B8955E;
}
</style>
border-color css
<style>
span { border-color: #B8955E; }
span { border-color: rgb(184,149,94); }
td.TdClassName
{
border-color: #B8955E;
}
.TagClassName
{
border-color: #B8955E;
}
</style>