Shades of Barley Corn #B08A5F
Tints of Barley Corn #B08A5F
RGB
CMYK
RGB Variations
Color information
#B08A5F (or 0xB08A5F) is known color: Barley Corn. HEX triplet: B0, 8A and 5F. RGB value is (176,138,95). Sum of RGB (Red+Green+Blue) = 176+138+95=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A5F is #4F75A0. Grayscale: #909090. Windows color (decimal): -5207457 or 6261424. OLE color: 6261424.
HSL color Cylindrical-coordinate representation of color #B08A5F: hue angle of 31.85º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B08A5F is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 95 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.31 |
| HSL | 31.85º | 0.34% | 0.53% | - |
| HSV(B) | 31.85º | 0.46% | 0.69% | - |
| XYZ | 29.06 | 28.23 | 14.74 | - |
| YUV | 144.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 95 | 0 | 0.22 | 0.46 | 0.31 | 31.85 | 0.34 | 0.53 |
| Hex | B0 | 8A | 5F | 0 | 16 | 2E | 1F | 20 | 22 | 35 |
| Octal | 260 | 212 | 137 | 0 | 26 | 56 | 37 | 40 | 42 | 65 |
| Binary | 10110000 | 10001010 | 1011111 | 0 | 10110 | 101110 | 11111 | 100000 | 100010 | 110101 |
Color Harmonies of #B08A5F
Complementary color
Monochromatic Colors of #B08A5F
Black with #B08A5F
Text Example
Text Example
White with #B08A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A5F; }
p { color: rgb(176,138,95); }
H1.HeaderClassName
{
color: #B08A5F;
}
.AnyTagClassName
{
color: #B08A5F;
}
</style>
background-color css
<style>
a { background-color: #B08A5F; }
a { background-color: rgb(176,138,95); }
div.DivClassName
{
background-color: #B08A5F;
}
.BgClassName
{
background-color: #B08A5F;
}
</style>
border-color css
<style>
span { border-color: #B08A5F; }
span { border-color: rgb(176,138,95); }
td.TdClassName
{
border-color: #B08A5F;
}
.TagClassName
{
border-color: #B08A5F;
}
</style>