Shades of Barley Corn #B8985A
Tints of Barley Corn #B8985A
RGB
CMYK
RGB Variations
Color information
#B8985A (or 0xB8985A) is known color: Barley Corn. HEX triplet: B8, 98 and 5A. RGB value is (184,152,90). Sum of RGB (Red+Green+Blue) = 184+152+90=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8985A is #4767A5. Grayscale: #9A9A9A. Windows color (decimal): -4679590 or 5937336. OLE color: 5937336.
HSL color Cylindrical-coordinate representation of color #B8985A: hue angle of 39.57º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8985A is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 90 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.28 |
| HSL | 39.57º | 0.4% | 0.54% | - |
| HSV(B) | 39.57º | 0.51% | 0.72% | - |
| XYZ | 32.84 | 33.39 | 14.39 | - |
| YUV | 154.5 | 91.6 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 90 | 0 | 0.17 | 0.51 | 0.28 | 39.57 | 0.4 | 0.54 |
| Hex | B8 | 98 | 5A | 0 | 11 | 33 | 1C | 28 | 28 | 36 |
| Octal | 270 | 230 | 132 | 0 | 21 | 63 | 34 | 50 | 50 | 66 |
| Binary | 10111000 | 10011000 | 1011010 | 0 | 10001 | 110011 | 11100 | 101000 | 101000 | 110110 |
Color Harmonies of #B8985A
Complementary color
Monochromatic Colors of #B8985A
Black with #B8985A
Text Example
Text Example
White with #B8985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8985A; }
p { color: rgb(184,152,90); }
H1.HeaderClassName
{
color: #B8985A;
}
.AnyTagClassName
{
color: #B8985A;
}
</style>
background-color css
<style>
a { background-color: #B8985A; }
a { background-color: rgb(184,152,90); }
div.DivClassName
{
background-color: #B8985A;
}
.BgClassName
{
background-color: #B8985A;
}
</style>
border-color css
<style>
span { border-color: #B8985A; }
span { border-color: rgb(184,152,90); }
td.TdClassName
{
border-color: #B8985A;
}
.TagClassName
{
border-color: #B8985A;
}
</style>