Shades of Barley Corn #B19768
Tints of Barley Corn #B19768
RGB
CMYK
RGB Variations
Color information
#B19768 (or 0xB19768) is known color: Barley Corn. HEX triplet: B1, 97 and 68. RGB value is (177,151,104). Sum of RGB (Red+Green+Blue) = 177+151+104=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B19768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19768 is #4E6897. Grayscale: #999999. Windows color (decimal): -5138584 or 6854577. OLE color: 6854577.
HSL color Cylindrical-coordinate representation of color #B19768: hue angle of 38.63º 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 #B19768 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 151 | 104 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.31 |
| HSL | 38.63º | 0.32% | 0.55% | - |
| HSV(B) | 38.63º | 0.41% | 0.69% | - |
| XYZ | 31.7 | 32.48 | 17.7 | - |
| YUV | 153.42 | 100.11 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 104 | 0 | 0.15 | 0.41 | 0.31 | 38.63 | 0.32 | 0.55 |
| Hex | B1 | 97 | 68 | 0 | F | 29 | 1F | 27 | 20 | 37 |
| Octal | 261 | 227 | 150 | 0 | 17 | 51 | 37 | 47 | 40 | 67 |
| Binary | 10110001 | 10010111 | 1101000 | 0 | 1111 | 101001 | 11111 | 100111 | 100000 | 110111 |
Color Harmonies of #B19768
Complementary color
Monochromatic Colors of #B19768
Black with #B19768
Text Example
Text Example
White with #B19768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19768; }
p { color: rgb(177,151,104); }
H1.HeaderClassName
{
color: #B19768;
}
.AnyTagClassName
{
color: #B19768;
}
</style>
background-color css
<style>
a { background-color: #B19768; }
a { background-color: rgb(177,151,104); }
div.DivClassName
{
background-color: #B19768;
}
.BgClassName
{
background-color: #B19768;
}
</style>
border-color css
<style>
span { border-color: #B19768; }
span { border-color: rgb(177,151,104); }
td.TdClassName
{
border-color: #B19768;
}
.TagClassName
{
border-color: #B19768;
}
</style>