Shades of Barley Corn #B19968
Tints of Barley Corn #B19968
RGB
CMYK
RGB Variations
Color information
#B19968 (or 0xB19968) is known color: Barley Corn. HEX triplet: B1, 99 and 68. RGB value is (177,153,104). Sum of RGB (Red+Green+Blue) = 177+153+104=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B19968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19968 is #4E6697. Grayscale: #9A9A9A. Windows color (decimal): -5138072 or 6855089. OLE color: 6855089.
HSL color Cylindrical-coordinate representation of color #B19968: hue angle of 40.27º 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 #B19968 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 104 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.31 |
| HSL | 40.27º | 0.32% | 0.55% | - |
| HSV(B) | 40.27º | 0.41% | 0.69% | - |
| XYZ | 32.02 | 33.13 | 17.8 | - |
| YUV | 154.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 104 | 0 | 0.14 | 0.41 | 0.31 | 40.27 | 0.32 | 0.55 |
| Hex | B1 | 99 | 68 | 0 | E | 29 | 1F | 28 | 20 | 37 |
| Octal | 261 | 231 | 150 | 0 | 16 | 51 | 37 | 50 | 40 | 67 |
| Binary | 10110001 | 10011001 | 1101000 | 0 | 1110 | 101001 | 11111 | 101000 | 100000 | 110111 |
Color Harmonies of #B19968
Complementary color
Monochromatic Colors of #B19968
Black with #B19968
Text Example
Text Example
White with #B19968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19968; }
p { color: rgb(177,153,104); }
H1.HeaderClassName
{
color: #B19968;
}
.AnyTagClassName
{
color: #B19968;
}
</style>
background-color css
<style>
a { background-color: #B19968; }
a { background-color: rgb(177,153,104); }
div.DivClassName
{
background-color: #B19968;
}
.BgClassName
{
background-color: #B19968;
}
</style>
border-color css
<style>
span { border-color: #B19968; }
span { border-color: rgb(177,153,104); }
td.TdClassName
{
border-color: #B19968;
}
.TagClassName
{
border-color: #B19968;
}
</style>