Shades of Barley Corn #B88B64
Tints of Barley Corn #B88B64
RGB
CMYK
RGB Variations
Color information
#B88B64 (or 0xB88B64) is known color: Barley Corn. HEX triplet: B8, 8B and 64. RGB value is (184,139,100). Sum of RGB (Red+Green+Blue) = 184+139+100=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88B64 is #47749B. Grayscale: #949494. Windows color (decimal): -4682908 or 6589368. OLE color: 6589368.
HSL color Cylindrical-coordinate representation of color #B88B64: hue angle of 27.86º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B88B64 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 100 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.28 |
| HSL | 27.86º | 0.37% | 0.56% | - |
| HSV(B) | 27.86º | 0.46% | 0.72% | - |
| XYZ | 31.3 | 29.58 | 16.12 | - |
| YUV | 148.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 100 | 0 | 0.24 | 0.46 | 0.28 | 27.86 | 0.37 | 0.56 |
| Hex | B8 | 8B | 64 | 0 | 18 | 2E | 1C | 1C | 25 | 38 |
| Octal | 270 | 213 | 144 | 0 | 30 | 56 | 34 | 34 | 45 | 70 |
| Binary | 10111000 | 10001011 | 1100100 | 0 | 11000 | 101110 | 11100 | 11100 | 100101 | 111000 |
Color Harmonies of #B88B64
Complementary color
Monochromatic Colors of #B88B64
Black with #B88B64
Text Example
Text Example
White with #B88B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88B64; }
p { color: rgb(184,139,100); }
H1.HeaderClassName
{
color: #B88B64;
}
.AnyTagClassName
{
color: #B88B64;
}
</style>
background-color css
<style>
a { background-color: #B88B64; }
a { background-color: rgb(184,139,100); }
div.DivClassName
{
background-color: #B88B64;
}
.BgClassName
{
background-color: #B88B64;
}
</style>
border-color css
<style>
span { border-color: #B88B64; }
span { border-color: rgb(184,139,100); }
td.TdClassName
{
border-color: #B88B64;
}
.TagClassName
{
border-color: #B88B64;
}
</style>