Shades of Barley Corn #B19A68
Tints of Barley Corn #B19A68
RGB
CMYK
RGB Variations
Color information
#B19A68 (or 0xB19A68) is known color: Barley Corn. HEX triplet: B1, 9A and 68. RGB value is (177,154,104). Sum of RGB (Red+Green+Blue) = 177+154+104=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A68 is #4E6597. Grayscale: #9B9B9B. Windows color (decimal): -5137816 or 6855345. OLE color: 6855345.
HSL color Cylindrical-coordinate representation of color #B19A68: hue angle of 41.1º 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 #B19A68 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 104 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.31 |
| HSL | 41.1º | 0.32% | 0.55% | - |
| HSV(B) | 41.1º | 0.41% | 0.69% | - |
| XYZ | 32.19 | 33.46 | 17.86 | - |
| YUV | 155.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 104 | 0 | 0.13 | 0.41 | 0.31 | 41.1 | 0.32 | 0.55 |
| Hex | B1 | 9A | 68 | 0 | D | 29 | 1F | 29 | 20 | 37 |
| Octal | 261 | 232 | 150 | 0 | 15 | 51 | 37 | 51 | 40 | 67 |
| Binary | 10110001 | 10011010 | 1101000 | 0 | 1101 | 101001 | 11111 | 101001 | 100000 | 110111 |
Color Harmonies of #B19A68
Complementary color
Monochromatic Colors of #B19A68
Black with #B19A68
Text Example
Text Example
White with #B19A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A68; }
p { color: rgb(177,154,104); }
H1.HeaderClassName
{
color: #B19A68;
}
.AnyTagClassName
{
color: #B19A68;
}
</style>
background-color css
<style>
a { background-color: #B19A68; }
a { background-color: rgb(177,154,104); }
div.DivClassName
{
background-color: #B19A68;
}
.BgClassName
{
background-color: #B19A68;
}
</style>
border-color css
<style>
span { border-color: #B19A68; }
span { border-color: rgb(177,154,104); }
td.TdClassName
{
border-color: #B19A68;
}
.TagClassName
{
border-color: #B19A68;
}
</style>