Shades of Barley Corn #B18D62
Tints of Barley Corn #B18D62
RGB
CMYK
RGB Variations
Color information
#B18D62 (or 0xB18D62) is known color: Barley Corn. HEX triplet: B1, 8D and 62. RGB value is (177,141,98). Sum of RGB (Red+Green+Blue) = 177+141+98=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18D62 is #4E729D. Grayscale: #939393. Windows color (decimal): -5141150 or 6458801. OLE color: 6458801.
HSL color Cylindrical-coordinate representation of color #B18D62: hue angle of 32.66º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B18D62 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 98 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.31 |
| HSL | 32.66º | 0.34% | 0.54% | - |
| HSV(B) | 32.66º | 0.45% | 0.69% | - |
| XYZ | 29.86 | 29.28 | 15.63 | - |
| YUV | 146.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 98 | 0 | 0.20 | 0.45 | 0.31 | 32.66 | 0.34 | 0.54 |
| Hex | B1 | 8D | 62 | 0 | 14 | 2D | 1F | 21 | 22 | 36 |
| Octal | 261 | 215 | 142 | 0 | 24 | 55 | 37 | 41 | 42 | 66 |
| Binary | 10110001 | 10001101 | 1100010 | 0 | 10100 | 101101 | 11111 | 100001 | 100010 | 110110 |
Color Harmonies of #B18D62
Complementary color
Monochromatic Colors of #B18D62
Black with #B18D62
Text Example
Text Example
White with #B18D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D62; }
p { color: rgb(177,141,98); }
H1.HeaderClassName
{
color: #B18D62;
}
.AnyTagClassName
{
color: #B18D62;
}
</style>
background-color css
<style>
a { background-color: #B18D62; }
a { background-color: rgb(177,141,98); }
div.DivClassName
{
background-color: #B18D62;
}
.BgClassName
{
background-color: #B18D62;
}
</style>
border-color css
<style>
span { border-color: #B18D62; }
span { border-color: rgb(177,141,98); }
td.TdClassName
{
border-color: #B18D62;
}
.TagClassName
{
border-color: #B18D62;
}
</style>