Shades of Barley Corn #B88A64
Tints of Barley Corn #B88A64
RGB
CMYK
RGB Variations
Color information
#B88A64 (or 0xB88A64) is known color: Barley Corn. HEX triplet: B8, 8A and 64. RGB value is (184,138,100). Sum of RGB (Red+Green+Blue) = 184+138+100=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A64 is #47759B. Grayscale: #939393. Windows color (decimal): -4683164 or 6589112. OLE color: 6589112.
HSL color Cylindrical-coordinate representation of color #B88A64: hue angle of 27.14º 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 #B88A64 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 100 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.28 |
| HSL | 27.14º | 0.37% | 0.56% | - |
| HSV(B) | 27.14º | 0.46% | 0.72% | - |
| XYZ | 31.16 | 29.29 | 16.07 | - |
| YUV | 147.42 | 101.24 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 100 | 0 | 0.25 | 0.46 | 0.28 | 27.14 | 0.37 | 0.56 |
| Hex | B8 | 8A | 64 | 0 | 19 | 2E | 1C | 1B | 25 | 38 |
| Octal | 270 | 212 | 144 | 0 | 31 | 56 | 34 | 33 | 45 | 70 |
| Binary | 10111000 | 10001010 | 1100100 | 0 | 11001 | 101110 | 11100 | 11011 | 100101 | 111000 |
Color Harmonies of #B88A64
Complementary color
Monochromatic Colors of #B88A64
Black with #B88A64
Text Example
Text Example
White with #B88A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88A64; }
p { color: rgb(184,138,100); }
H1.HeaderClassName
{
color: #B88A64;
}
.AnyTagClassName
{
color: #B88A64;
}
</style>
background-color css
<style>
a { background-color: #B88A64; }
a { background-color: rgb(184,138,100); }
div.DivClassName
{
background-color: #B88A64;
}
.BgClassName
{
background-color: #B88A64;
}
</style>
border-color css
<style>
span { border-color: #B88A64; }
span { border-color: rgb(184,138,100); }
td.TdClassName
{
border-color: #B88A64;
}
.TagClassName
{
border-color: #B88A64;
}
</style>