Shades of Barley Corn #B59168
Tints of Barley Corn #B59168
RGB
CMYK
RGB Variations
Color information
#B59168 (or 0xB59168) is known color: Barley Corn. HEX triplet: B5, 91 and 68. RGB value is (181,145,104). Sum of RGB (Red+Green+Blue) = 181+145+104=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B59168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59168 is #4A6E97. Grayscale: #979797. Windows color (decimal): -4877976 or 6853045. OLE color: 6853045.
HSL color Cylindrical-coordinate representation of color #B59168: hue angle of 31.95º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B59168 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 145 | 104 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.29 |
| HSL | 31.95º | 0.34% | 0.56% | - |
| HSV(B) | 31.95º | 0.43% | 0.71% | - |
| XYZ | 31.68 | 31.07 | 17.42 | - |
| YUV | 151.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 104 | 0 | 0.20 | 0.43 | 0.29 | 31.95 | 0.34 | 0.56 |
| Hex | B5 | 91 | 68 | 0 | 14 | 2B | 1D | 20 | 22 | 38 |
| Octal | 265 | 221 | 150 | 0 | 24 | 53 | 35 | 40 | 42 | 70 |
| Binary | 10110101 | 10010001 | 1101000 | 0 | 10100 | 101011 | 11101 | 100000 | 100010 | 111000 |
Color Harmonies of #B59168
Complementary color
Monochromatic Colors of #B59168
Black with #B59168
Text Example
Text Example
White with #B59168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59168; }
p { color: rgb(181,145,104); }
H1.HeaderClassName
{
color: #B59168;
}
.AnyTagClassName
{
color: #B59168;
}
</style>
background-color css
<style>
a { background-color: #B59168; }
a { background-color: rgb(181,145,104); }
div.DivClassName
{
background-color: #B59168;
}
.BgClassName
{
background-color: #B59168;
}
</style>
border-color css
<style>
span { border-color: #B59168; }
span { border-color: rgb(181,145,104); }
td.TdClassName
{
border-color: #B59168;
}
.TagClassName
{
border-color: #B59168;
}
</style>