Shades of Barley Corn #B09A6A
Tints of Barley Corn #B09A6A
RGB
CMYK
RGB Variations
Color information
#B09A6A (or 0xB09A6A) is known color: Barley Corn. HEX triplet: B0, 9A and 6A. RGB value is (176,154,106). Sum of RGB (Red+Green+Blue) = 176+154+106=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A6A is #4F6595. Grayscale: #9B9B9B. Windows color (decimal): -5203350 or 6986416. OLE color: 6986416.
HSL color Cylindrical-coordinate representation of color #B09A6A: hue angle of 41.14º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B09A6A is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 106 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.31 |
| HSL | 41.14º | 0.31% | 0.55% | - |
| HSV(B) | 41.14º | 0.4% | 0.69% | - |
| XYZ | 32.06 | 33.38 | 18.39 | - |
| YUV | 155.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 106 | 0 | 0.12 | 0.40 | 0.31 | 41.14 | 0.31 | 0.55 |
| Hex | B0 | 9A | 6A | 0 | C | 28 | 1F | 29 | 1F | 37 |
| Octal | 260 | 232 | 152 | 0 | 14 | 50 | 37 | 51 | 37 | 67 |
| Binary | 10110000 | 10011010 | 1101010 | 0 | 1100 | 101000 | 11111 | 101001 | 11111 | 110111 |
Color Harmonies of #B09A6A
Complementary color
Monochromatic Colors of #B09A6A
Black with #B09A6A
Text Example
Text Example
White with #B09A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A6A; }
p { color: rgb(176,154,106); }
H1.HeaderClassName
{
color: #B09A6A;
}
.AnyTagClassName
{
color: #B09A6A;
}
</style>
background-color css
<style>
a { background-color: #B09A6A; }
a { background-color: rgb(176,154,106); }
div.DivClassName
{
background-color: #B09A6A;
}
.BgClassName
{
background-color: #B09A6A;
}
</style>
border-color css
<style>
span { border-color: #B09A6A; }
span { border-color: rgb(176,154,106); }
td.TdClassName
{
border-color: #B09A6A;
}
.TagClassName
{
border-color: #B09A6A;
}
</style>