Shades of Barley Corn #B19B5B
Tints of Barley Corn #B19B5B
RGB
CMYK
RGB Variations
Color information
#B19B5B (or 0xB19B5B) is known color: Barley Corn. HEX triplet: B1, 9B and 5B. RGB value is (177,155,91). Sum of RGB (Red+Green+Blue) = 177+155+91=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19B5B is #4E64A4. Grayscale: #9A9A9A. Windows color (decimal): -5137573 or 6003633. OLE color: 6003633.
HSL color Cylindrical-coordinate representation of color #B19B5B: hue angle of 44.65º 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 #B19B5B is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 91 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.31 |
| HSL | 44.65º | 0.36% | 0.53% | - |
| HSV(B) | 44.65º | 0.49% | 0.69% | - |
| XYZ | 31.74 | 33.55 | 14.7 | - |
| YUV | 154.28 | 92.29 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 91 | 0 | 0.12 | 0.49 | 0.31 | 44.65 | 0.36 | 0.53 |
| Hex | B1 | 9B | 5B | 0 | C | 31 | 1F | 2D | 24 | 35 |
| Octal | 261 | 233 | 133 | 0 | 14 | 61 | 37 | 55 | 44 | 65 |
| Binary | 10110001 | 10011011 | 1011011 | 0 | 1100 | 110001 | 11111 | 101101 | 100100 | 110101 |
Color Harmonies of #B19B5B
Complementary color
Monochromatic Colors of #B19B5B
Black with #B19B5B
Text Example
Text Example
White with #B19B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B5B; }
p { color: rgb(177,155,91); }
H1.HeaderClassName
{
color: #B19B5B;
}
.AnyTagClassName
{
color: #B19B5B;
}
</style>
background-color css
<style>
a { background-color: #B19B5B; }
a { background-color: rgb(177,155,91); }
div.DivClassName
{
background-color: #B19B5B;
}
.BgClassName
{
background-color: #B19B5B;
}
</style>
border-color css
<style>
span { border-color: #B19B5B; }
span { border-color: rgb(177,155,91); }
td.TdClassName
{
border-color: #B19B5B;
}
.TagClassName
{
border-color: #B19B5B;
}
</style>