Shades of Barley Corn #B09A61
Tints of Barley Corn #B09A61
RGB
CMYK
RGB Variations
Color information
#B09A61 (or 0xB09A61) is known color: Barley Corn. HEX triplet: B0, 9A and 61. RGB value is (176,154,97). Sum of RGB (Red+Green+Blue) = 176+154+97=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A61 is #4F659E. Grayscale: #9A9A9A. Windows color (decimal): -5203359 or 6396592. OLE color: 6396592.
HSL color Cylindrical-coordinate representation of color #B09A61: hue angle of 43.29º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B09A61 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 97 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.31 |
| HSL | 43.29º | 0.33% | 0.54% | - |
| HSV(B) | 43.29º | 0.45% | 0.69% | - |
| XYZ | 31.62 | 33.2 | 16.05 | - |
| YUV | 154.08 | 95.79 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 97 | 0 | 0.12 | 0.45 | 0.31 | 43.29 | 0.33 | 0.54 |
| Hex | B0 | 9A | 61 | 0 | C | 2D | 1F | 2B | 21 | 36 |
| Octal | 260 | 232 | 141 | 0 | 14 | 55 | 37 | 53 | 41 | 66 |
| Binary | 10110000 | 10011010 | 1100001 | 0 | 1100 | 101101 | 11111 | 101011 | 100001 | 110110 |
Color Harmonies of #B09A61
Complementary color
Monochromatic Colors of #B09A61
Black with #B09A61
Text Example
Text Example
White with #B09A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A61; }
p { color: rgb(176,154,97); }
H1.HeaderClassName
{
color: #B09A61;
}
.AnyTagClassName
{
color: #B09A61;
}
</style>
background-color css
<style>
a { background-color: #B09A61; }
a { background-color: rgb(176,154,97); }
div.DivClassName
{
background-color: #B09A61;
}
.BgClassName
{
background-color: #B09A61;
}
</style>
border-color css
<style>
span { border-color: #B09A61; }
span { border-color: rgb(176,154,97); }
td.TdClassName
{
border-color: #B09A61;
}
.TagClassName
{
border-color: #B09A61;
}
</style>