Shades of Barley Corn #B18F59
Tints of Barley Corn #B18F59
RGB
CMYK
RGB Variations
Color information
#B18F59 (or 0xB18F59) is known color: Barley Corn. HEX triplet: B1, 8F and 59. RGB value is (177,143,89). Sum of RGB (Red+Green+Blue) = 177+143+89=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F59 is #4E70A6. Grayscale: #939393. Windows color (decimal): -5140647 or 5869489. OLE color: 5869489.
HSL color Cylindrical-coordinate representation of color #B18F59: hue angle of 36.82º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B18F59 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 89 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.31 |
| HSL | 36.82º | 0.36% | 0.52% | - |
| HSV(B) | 36.82º | 0.5% | 0.69% | - |
| XYZ | 29.76 | 29.71 | 13.62 | - |
| YUV | 147.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 89 | 0 | 0.19 | 0.50 | 0.31 | 36.82 | 0.36 | 0.52 |
| Hex | B1 | 8F | 59 | 0 | 13 | 32 | 1F | 25 | 24 | 34 |
| Octal | 261 | 217 | 131 | 0 | 23 | 62 | 37 | 45 | 44 | 64 |
| Binary | 10110001 | 10001111 | 1011001 | 0 | 10011 | 110010 | 11111 | 100101 | 100100 | 110100 |
Color Harmonies of #B18F59
Complementary color
Monochromatic Colors of #B18F59
Black with #B18F59
Text Example
Text Example
White with #B18F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F59; }
p { color: rgb(177,143,89); }
H1.HeaderClassName
{
color: #B18F59;
}
.AnyTagClassName
{
color: #B18F59;
}
</style>
background-color css
<style>
a { background-color: #B18F59; }
a { background-color: rgb(177,143,89); }
div.DivClassName
{
background-color: #B18F59;
}
.BgClassName
{
background-color: #B18F59;
}
</style>
border-color css
<style>
span { border-color: #B18F59; }
span { border-color: rgb(177,143,89); }
td.TdClassName
{
border-color: #B18F59;
}
.TagClassName
{
border-color: #B18F59;
}
</style>