Shades of Barley Corn #B19366
Tints of Barley Corn #B19366
RGB
CMYK
RGB Variations
Color information
#B19366 (or 0xB19366) is known color: Barley Corn. HEX triplet: B1, 93 and 66. RGB value is (177,147,102). Sum of RGB (Red+Green+Blue) = 177+147+102=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B19366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19366 is #4E6C99. Grayscale: #979797. Windows color (decimal): -5139610 or 6722481. OLE color: 6722481.
HSL color Cylindrical-coordinate representation of color #B19366: hue angle of 36º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B19366 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 147 | 102 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.31 |
| HSL | 36º | 0.32% | 0.55% | - |
| HSV(B) | 36º | 0.42% | 0.69% | - |
| XYZ | 30.96 | 31.17 | 16.96 | - |
| YUV | 150.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 102 | 0 | 0.17 | 0.42 | 0.31 | 36 | 0.32 | 0.55 |
| Hex | B1 | 93 | 66 | 0 | 11 | 2A | 1F | 24 | 20 | 37 |
| Octal | 261 | 223 | 146 | 0 | 21 | 52 | 37 | 44 | 40 | 67 |
| Binary | 10110001 | 10010011 | 1100110 | 0 | 10001 | 101010 | 11111 | 100100 | 100000 | 110111 |
Color Harmonies of #B19366
Complementary color
Monochromatic Colors of #B19366
Black with #B19366
Text Example
Text Example
White with #B19366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19366; }
p { color: rgb(177,147,102); }
H1.HeaderClassName
{
color: #B19366;
}
.AnyTagClassName
{
color: #B19366;
}
</style>
background-color css
<style>
a { background-color: #B19366; }
a { background-color: rgb(177,147,102); }
div.DivClassName
{
background-color: #B19366;
}
.BgClassName
{
background-color: #B19366;
}
</style>
border-color css
<style>
span { border-color: #B19366; }
span { border-color: rgb(177,147,102); }
td.TdClassName
{
border-color: #B19366;
}
.TagClassName
{
border-color: #B19366;
}
</style>