Shades of Barley Corn #B19D60
Tints of Barley Corn #B19D60
RGB
CMYK
RGB Variations
Color information
#B19D60 (or 0xB19D60) is known color: Barley Corn. HEX triplet: B1, 9D and 60. RGB value is (177,157,96). Sum of RGB (Red+Green+Blue) = 177+157+96=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19D60 is #4E629F. Grayscale: #9C9C9C. Windows color (decimal): -5137056 or 6331825. OLE color: 6331825.
HSL color Cylindrical-coordinate representation of color #B19D60: hue angle of 45.19º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B19D60 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 157 | 96 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.31 |
| HSL | 45.19º | 0.34% | 0.54% | - |
| HSV(B) | 45.19º | 0.46% | 0.69% | - |
| XYZ | 32.3 | 34.31 | 15.99 | - |
| YUV | 156.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 96 | 0 | 0.11 | 0.46 | 0.31 | 45.19 | 0.34 | 0.54 |
| Hex | B1 | 9D | 60 | 0 | B | 2E | 1F | 2D | 22 | 36 |
| Octal | 261 | 235 | 140 | 0 | 13 | 56 | 37 | 55 | 42 | 66 |
| Binary | 10110001 | 10011101 | 1100000 | 0 | 1011 | 101110 | 11111 | 101101 | 100010 | 110110 |
Color Harmonies of #B19D60
Complementary color
Monochromatic Colors of #B19D60
Black with #B19D60
Text Example
Text Example
White with #B19D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19D60; }
p { color: rgb(177,157,96); }
H1.HeaderClassName
{
color: #B19D60;
}
.AnyTagClassName
{
color: #B19D60;
}
</style>
background-color css
<style>
a { background-color: #B19D60; }
a { background-color: rgb(177,157,96); }
div.DivClassName
{
background-color: #B19D60;
}
.BgClassName
{
background-color: #B19D60;
}
</style>
border-color css
<style>
span { border-color: #B19D60; }
span { border-color: rgb(177,157,96); }
td.TdClassName
{
border-color: #B19D60;
}
.TagClassName
{
border-color: #B19D60;
}
</style>