Shades of Barley Corn #B19A69
Tints of Barley Corn #B19A69
RGB
CMYK
RGB Variations
Color information
#B19A69 (or 0xB19A69) is known color: Barley Corn. HEX triplet: B1, 9A and 69. RGB value is (177,154,105). Sum of RGB (Red+Green+Blue) = 177+154+105=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A69 is #4E6596. Grayscale: #9B9B9B. Windows color (decimal): -5137815 or 6920881. OLE color: 6920881.
HSL color Cylindrical-coordinate representation of color #B19A69: hue angle of 40.83º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B19A69 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 105 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.31 |
| HSL | 40.83º | 0.32% | 0.55% | - |
| HSV(B) | 40.83º | 0.41% | 0.69% | - |
| XYZ | 32.24 | 33.48 | 18.13 | - |
| YUV | 155.29 | 99.62 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 105 | 0 | 0.13 | 0.41 | 0.31 | 40.83 | 0.32 | 0.55 |
| Hex | B1 | 9A | 69 | 0 | D | 29 | 1F | 29 | 20 | 37 |
| Octal | 261 | 232 | 151 | 0 | 15 | 51 | 37 | 51 | 40 | 67 |
| Binary | 10110001 | 10011010 | 1101001 | 0 | 1101 | 101001 | 11111 | 101001 | 100000 | 110111 |
Color Harmonies of #B19A69
Complementary color
Monochromatic Colors of #B19A69
Black with #B19A69
Text Example
Text Example
White with #B19A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A69; }
p { color: rgb(177,154,105); }
H1.HeaderClassName
{
color: #B19A69;
}
.AnyTagClassName
{
color: #B19A69;
}
</style>
background-color css
<style>
a { background-color: #B19A69; }
a { background-color: rgb(177,154,105); }
div.DivClassName
{
background-color: #B19A69;
}
.BgClassName
{
background-color: #B19A69;
}
</style>
border-color css
<style>
span { border-color: #B19A69; }
span { border-color: rgb(177,154,105); }
td.TdClassName
{
border-color: #B19A69;
}
.TagClassName
{
border-color: #B19A69;
}
</style>