Shades of Barley Corn #B19A5A
Tints of Barley Corn #B19A5A
RGB
CMYK
RGB Variations
Color information
#B19A5A (or 0xB19A5A) is known color: Barley Corn. HEX triplet: B1, 9A and 5A. RGB value is (177,154,90). Sum of RGB (Red+Green+Blue) = 177+154+90=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A5A is #4E65A5. Grayscale: #999999. Windows color (decimal): -5137830 or 5937841. OLE color: 5937841.
HSL color Cylindrical-coordinate representation of color #B19A5A: hue angle of 44.14º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B19A5A is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 90 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.31 |
| HSL | 44.14º | 0.36% | 0.52% | - |
| HSV(B) | 44.14º | 0.49% | 0.69% | - |
| XYZ | 31.53 | 33.2 | 14.42 | - |
| YUV | 153.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 90 | 0 | 0.13 | 0.49 | 0.31 | 44.14 | 0.36 | 0.52 |
| Hex | B1 | 9A | 5A | 0 | D | 31 | 1F | 2C | 24 | 34 |
| Octal | 261 | 232 | 132 | 0 | 15 | 61 | 37 | 54 | 44 | 64 |
| Binary | 10110001 | 10011010 | 1011010 | 0 | 1101 | 110001 | 11111 | 101100 | 100100 | 110100 |
Color Harmonies of #B19A5A
Complementary color
Monochromatic Colors of #B19A5A
Black with #B19A5A
Text Example
Text Example
White with #B19A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A5A; }
p { color: rgb(177,154,90); }
H1.HeaderClassName
{
color: #B19A5A;
}
.AnyTagClassName
{
color: #B19A5A;
}
</style>
background-color css
<style>
a { background-color: #B19A5A; }
a { background-color: rgb(177,154,90); }
div.DivClassName
{
background-color: #B19A5A;
}
.BgClassName
{
background-color: #B19A5A;
}
</style>
border-color css
<style>
span { border-color: #B19A5A; }
span { border-color: rgb(177,154,90); }
td.TdClassName
{
border-color: #B19A5A;
}
.TagClassName
{
border-color: #B19A5A;
}
</style>