Shades of Barley Corn #B18F60
Tints of Barley Corn #B18F60
RGB
CMYK
RGB Variations
Color information
#B18F60 (or 0xB18F60) is known color: Barley Corn. HEX triplet: B1, 8F and 60. RGB value is (177,143,96). Sum of RGB (Red+Green+Blue) = 177+143+96=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F60 is #4E709F. Grayscale: #949494. Windows color (decimal): -5140640 or 6328241. OLE color: 6328241.
HSL color Cylindrical-coordinate representation of color #B18F60: hue angle of 34.81º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B18F60 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 96 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.31 |
| HSL | 34.81º | 0.34% | 0.54% | - |
| HSV(B) | 34.81º | 0.46% | 0.69% | - |
| XYZ | 30.07 | 29.84 | 15.24 | - |
| YUV | 147.81 | 98.76 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 96 | 0 | 0.19 | 0.46 | 0.31 | 34.81 | 0.34 | 0.54 |
| Hex | B1 | 8F | 60 | 0 | 13 | 2E | 1F | 23 | 22 | 36 |
| Octal | 261 | 217 | 140 | 0 | 23 | 56 | 37 | 43 | 42 | 66 |
| Binary | 10110001 | 10001111 | 1100000 | 0 | 10011 | 101110 | 11111 | 100011 | 100010 | 110110 |
Color Harmonies of #B18F60
Complementary color
Monochromatic Colors of #B18F60
Black with #B18F60
Text Example
Text Example
White with #B18F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F60; }
p { color: rgb(177,143,96); }
H1.HeaderClassName
{
color: #B18F60;
}
.AnyTagClassName
{
color: #B18F60;
}
</style>
background-color css
<style>
a { background-color: #B18F60; }
a { background-color: rgb(177,143,96); }
div.DivClassName
{
background-color: #B18F60;
}
.BgClassName
{
background-color: #B18F60;
}
</style>
border-color css
<style>
span { border-color: #B18F60; }
span { border-color: rgb(177,143,96); }
td.TdClassName
{
border-color: #B18F60;
}
.TagClassName
{
border-color: #B18F60;
}
</style>