Shades of Barley Corn #B19757
Tints of Barley Corn #B19757
RGB
CMYK
RGB Variations
Color information
#B19757 (or 0xB19757) is known color: Barley Corn. HEX triplet: B1, 97 and 57. RGB value is (177,151,87). Sum of RGB (Red+Green+Blue) = 177+151+87=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B19757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19757 is #4E68A8. Grayscale: #979797. Windows color (decimal): -5138601 or 5740465. OLE color: 5740465.
HSL color Cylindrical-coordinate representation of color #B19757: hue angle of 42.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B19757 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 151 | 87 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.31 |
| HSL | 42.67º | 0.37% | 0.52% | - |
| HSV(B) | 42.67º | 0.51% | 0.69% | - |
| XYZ | 30.92 | 32.17 | 13.6 | - |
| YUV | 151.48 | 91.61 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 87 | 0 | 0.15 | 0.51 | 0.31 | 42.67 | 0.37 | 0.52 |
| Hex | B1 | 97 | 57 | 0 | F | 33 | 1F | 2B | 25 | 34 |
| Octal | 261 | 227 | 127 | 0 | 17 | 63 | 37 | 53 | 45 | 64 |
| Binary | 10110001 | 10010111 | 1010111 | 0 | 1111 | 110011 | 11111 | 101011 | 100101 | 110100 |
Color Harmonies of #B19757
Complementary color
Monochromatic Colors of #B19757
Black with #B19757
Text Example
Text Example
White with #B19757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19757; }
p { color: rgb(177,151,87); }
H1.HeaderClassName
{
color: #B19757;
}
.AnyTagClassName
{
color: #B19757;
}
</style>
background-color css
<style>
a { background-color: #B19757; }
a { background-color: rgb(177,151,87); }
div.DivClassName
{
background-color: #B19757;
}
.BgClassName
{
background-color: #B19757;
}
</style>
border-color css
<style>
span { border-color: #B19757; }
span { border-color: rgb(177,151,87); }
td.TdClassName
{
border-color: #B19757;
}
.TagClassName
{
border-color: #B19757;
}
</style>