Shades of Barley Corn #B19565
Tints of Barley Corn #B19565
RGB
CMYK
RGB Variations
Color information
#B19565 (or 0xB19565) is known color: Barley Corn. HEX triplet: B1, 95 and 65. RGB value is (177,149,101). Sum of RGB (Red+Green+Blue) = 177+149+101=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B19565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19565 is #4E6A9A. Grayscale: #989898. Windows color (decimal): -5139099 or 6657457. OLE color: 6657457.
HSL color Cylindrical-coordinate representation of color #B19565: hue angle of 37.89º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B19565 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 101 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.31 |
| HSL | 37.89º | 0.33% | 0.55% | - |
| HSV(B) | 37.89º | 0.43% | 0.69% | - |
| XYZ | 31.23 | 31.78 | 16.8 | - |
| YUV | 151.9 | 99.28 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 101 | 0 | 0.16 | 0.43 | 0.31 | 37.89 | 0.33 | 0.55 |
| Hex | B1 | 95 | 65 | 0 | 10 | 2B | 1F | 26 | 21 | 37 |
| Octal | 261 | 225 | 145 | 0 | 20 | 53 | 37 | 46 | 41 | 67 |
| Binary | 10110001 | 10010101 | 1100101 | 0 | 10000 | 101011 | 11111 | 100110 | 100001 | 110111 |
Color Harmonies of #B19565
Complementary color
Monochromatic Colors of #B19565
Black with #B19565
Text Example
Text Example
White with #B19565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19565; }
p { color: rgb(177,149,101); }
H1.HeaderClassName
{
color: #B19565;
}
.AnyTagClassName
{
color: #B19565;
}
</style>
background-color css
<style>
a { background-color: #B19565; }
a { background-color: rgb(177,149,101); }
div.DivClassName
{
background-color: #B19565;
}
.BgClassName
{
background-color: #B19565;
}
</style>
border-color css
<style>
span { border-color: #B19565; }
span { border-color: rgb(177,149,101); }
td.TdClassName
{
border-color: #B19565;
}
.TagClassName
{
border-color: #B19565;
}
</style>