Shades of Barley Corn #B19D5C
Tints of Barley Corn #B19D5C
RGB
CMYK
RGB Variations
Color information
#B19D5C (or 0xB19D5C) is known color: Barley Corn. HEX triplet: B1, 9D and 5C. RGB value is (177,157,92). Sum of RGB (Red+Green+Blue) = 177+157+92=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19D5C is #4E62A3. Grayscale: #9B9B9B. Windows color (decimal): -5137060 or 6069681. OLE color: 6069681.
HSL color Cylindrical-coordinate representation of color #B19D5C: hue angle of 45.88º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B19D5C is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 157 | 92 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.31 |
| HSL | 45.88º | 0.35% | 0.53% | - |
| HSV(B) | 45.88º | 0.48% | 0.69% | - |
| XYZ | 32.12 | 34.23 | 15.04 | - |
| YUV | 155.57 | 92.13 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 92 | 0 | 0.11 | 0.48 | 0.31 | 45.88 | 0.35 | 0.53 |
| Hex | B1 | 9D | 5C | 0 | B | 30 | 1F | 2E | 23 | 35 |
| Octal | 261 | 235 | 134 | 0 | 13 | 60 | 37 | 56 | 43 | 65 |
| Binary | 10110001 | 10011101 | 1011100 | 0 | 1011 | 110000 | 11111 | 101110 | 100011 | 110101 |
Color Harmonies of #B19D5C
Complementary color
Monochromatic Colors of #B19D5C
Black with #B19D5C
Text Example
Text Example
White with #B19D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19D5C; }
p { color: rgb(177,157,92); }
H1.HeaderClassName
{
color: #B19D5C;
}
.AnyTagClassName
{
color: #B19D5C;
}
</style>
background-color css
<style>
a { background-color: #B19D5C; }
a { background-color: rgb(177,157,92); }
div.DivClassName
{
background-color: #B19D5C;
}
.BgClassName
{
background-color: #B19D5C;
}
</style>
border-color css
<style>
span { border-color: #B19D5C; }
span { border-color: rgb(177,157,92); }
td.TdClassName
{
border-color: #B19D5C;
}
.TagClassName
{
border-color: #B19D5C;
}
</style>