Shades of Barley Corn #B19A5B
Tints of Barley Corn #B19A5B
RGB
CMYK
RGB Variations
Color information
#B19A5B (or 0xB19A5B) is known color: Barley Corn. HEX triplet: B1, 9A and 5B. RGB value is (177,154,91). Sum of RGB (Red+Green+Blue) = 177+154+91=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A5B is #4E65A4. Grayscale: #999999. Windows color (decimal): -5137829 or 6003377. OLE color: 6003377.
HSL color Cylindrical-coordinate representation of color #B19A5B: hue angle of 43.95º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B19A5B is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 91 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.31 |
| HSL | 43.95º | 0.36% | 0.53% | - |
| HSV(B) | 43.95º | 0.49% | 0.69% | - |
| XYZ | 31.58 | 33.21 | 14.64 | - |
| YUV | 153.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 91 | 0 | 0.13 | 0.49 | 0.31 | 43.95 | 0.36 | 0.53 |
| Hex | B1 | 9A | 5B | 0 | D | 31 | 1F | 2C | 24 | 35 |
| Octal | 261 | 232 | 133 | 0 | 15 | 61 | 37 | 54 | 44 | 65 |
| Binary | 10110001 | 10011010 | 1011011 | 0 | 1101 | 110001 | 11111 | 101100 | 100100 | 110101 |
Color Harmonies of #B19A5B
Complementary color
Monochromatic Colors of #B19A5B
Black with #B19A5B
Text Example
Text Example
White with #B19A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A5B; }
p { color: rgb(177,154,91); }
H1.HeaderClassName
{
color: #B19A5B;
}
.AnyTagClassName
{
color: #B19A5B;
}
</style>
background-color css
<style>
a { background-color: #B19A5B; }
a { background-color: rgb(177,154,91); }
div.DivClassName
{
background-color: #B19A5B;
}
.BgClassName
{
background-color: #B19A5B;
}
</style>
border-color css
<style>
span { border-color: #B19A5B; }
span { border-color: rgb(177,154,91); }
td.TdClassName
{
border-color: #B19A5B;
}
.TagClassName
{
border-color: #B19A5B;
}
</style>