Shades of Barley Corn #B88B62
Tints of Barley Corn #B88B62
RGB
CMYK
RGB Variations
Color information
#B88B62 (or 0xB88B62) is known color: Barley Corn. HEX triplet: B8, 8B and 62. RGB value is (184,139,98). Sum of RGB (Red+Green+Blue) = 184+139+98=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88B62 is #47749D. Grayscale: #939393. Windows color (decimal): -4682910 or 6458296. OLE color: 6458296.
HSL color Cylindrical-coordinate representation of color #B88B62: hue angle of 28.6º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B88B62 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 139 | 98 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.28 |
| HSL | 28.6º | 0.38% | 0.55% | - |
| HSV(B) | 28.6º | 0.47% | 0.72% | - |
| XYZ | 31.2 | 29.54 | 15.61 | - |
| YUV | 147.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 98 | 0 | 0.24 | 0.47 | 0.28 | 28.6 | 0.38 | 0.55 |
| Hex | B8 | 8B | 62 | 0 | 18 | 2F | 1C | 1D | 26 | 37 |
| Octal | 270 | 213 | 142 | 0 | 30 | 57 | 34 | 35 | 46 | 67 |
| Binary | 10111000 | 10001011 | 1100010 | 0 | 11000 | 101111 | 11100 | 11101 | 100110 | 110111 |
Color Harmonies of #B88B62
Complementary color
Monochromatic Colors of #B88B62
Black with #B88B62
Text Example
Text Example
White with #B88B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88B62; }
p { color: rgb(184,139,98); }
H1.HeaderClassName
{
color: #B88B62;
}
.AnyTagClassName
{
color: #B88B62;
}
</style>
background-color css
<style>
a { background-color: #B88B62; }
a { background-color: rgb(184,139,98); }
div.DivClassName
{
background-color: #B88B62;
}
.BgClassName
{
background-color: #B88B62;
}
</style>
border-color css
<style>
span { border-color: #B88B62; }
span { border-color: rgb(184,139,98); }
td.TdClassName
{
border-color: #B88B62;
}
.TagClassName
{
border-color: #B88B62;
}
</style>