Shades of Barley Corn #B8885F
Tints of Barley Corn #B8885F
RGB
CMYK
RGB Variations
Color information
#B8885F (or 0xB8885F) is known color: Barley Corn. HEX triplet: B8, 88 and 5F. RGB value is (184,136,95). Sum of RGB (Red+Green+Blue) = 184+136+95=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B8885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8885F is #4777A0. Grayscale: #919191. Windows color (decimal): -4683681 or 6260920. OLE color: 6260920.
HSL color Cylindrical-coordinate representation of color #B8885F: hue angle of 27.64º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8885F is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 95 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.28 |
| HSL | 27.64º | 0.39% | 0.55% | - |
| HSV(B) | 27.64º | 0.48% | 0.72% | - |
| XYZ | 30.64 | 28.62 | 14.74 | - |
| YUV | 145.68 | 99.4 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 95 | 0 | 0.26 | 0.48 | 0.28 | 27.64 | 0.39 | 0.55 |
| Hex | B8 | 88 | 5F | 0 | 1A | 30 | 1C | 1C | 27 | 37 |
| Octal | 270 | 210 | 137 | 0 | 32 | 60 | 34 | 34 | 47 | 67 |
| Binary | 10111000 | 10001000 | 1011111 | 0 | 11010 | 110000 | 11100 | 11100 | 100111 | 110111 |
Color Harmonies of #B8885F
Complementary color
Monochromatic Colors of #B8885F
Black with #B8885F
Text Example
Text Example
White with #B8885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8885F; }
p { color: rgb(184,136,95); }
H1.HeaderClassName
{
color: #B8885F;
}
.AnyTagClassName
{
color: #B8885F;
}
</style>
background-color css
<style>
a { background-color: #B8885F; }
a { background-color: rgb(184,136,95); }
div.DivClassName
{
background-color: #B8885F;
}
.BgClassName
{
background-color: #B8885F;
}
</style>
border-color css
<style>
span { border-color: #B8885F; }
span { border-color: rgb(184,136,95); }
td.TdClassName
{
border-color: #B8885F;
}
.TagClassName
{
border-color: #B8885F;
}
</style>