Shades of Barley Corn #B09A66
Tints of Barley Corn #B09A66
RGB
CMYK
RGB Variations
Color information
#B09A66 (or 0xB09A66) is known color: Barley Corn. HEX triplet: B0, 9A and 66. RGB value is (176,154,102). Sum of RGB (Red+Green+Blue) = 176+154+102=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A66 is #4F6599. Grayscale: #9A9A9A. Windows color (decimal): -5203354 or 6724272. OLE color: 6724272.
HSL color Cylindrical-coordinate representation of color #B09A66: hue angle of 42.16º 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 #B09A66 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 102 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.31 |
| HSL | 42.16º | 0.32% | 0.55% | - |
| HSV(B) | 42.16º | 0.42% | 0.69% | - |
| XYZ | 31.86 | 33.3 | 17.32 | - |
| YUV | 154.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 102 | 0 | 0.12 | 0.42 | 0.31 | 42.16 | 0.32 | 0.55 |
| Hex | B0 | 9A | 66 | 0 | C | 2A | 1F | 2A | 20 | 37 |
| Octal | 260 | 232 | 146 | 0 | 14 | 52 | 37 | 52 | 40 | 67 |
| Binary | 10110000 | 10011010 | 1100110 | 0 | 1100 | 101010 | 11111 | 101010 | 100000 | 110111 |
Color Harmonies of #B09A66
Complementary color
Monochromatic Colors of #B09A66
Black with #B09A66
Text Example
Text Example
White with #B09A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A66; }
p { color: rgb(176,154,102); }
H1.HeaderClassName
{
color: #B09A66;
}
.AnyTagClassName
{
color: #B09A66;
}
</style>
background-color css
<style>
a { background-color: #B09A66; }
a { background-color: rgb(176,154,102); }
div.DivClassName
{
background-color: #B09A66;
}
.BgClassName
{
background-color: #B09A66;
}
</style>
border-color css
<style>
span { border-color: #B09A66; }
span { border-color: rgb(176,154,102); }
td.TdClassName
{
border-color: #B09A66;
}
.TagClassName
{
border-color: #B09A66;
}
</style>