Shades of Barley Corn #B09A67
Tints of Barley Corn #B09A67
RGB
CMYK
RGB Variations
Color information
#B09A67 (or 0xB09A67) is known color: Barley Corn. HEX triplet: B0, 9A and 67. RGB value is (176,154,103). Sum of RGB (Red+Green+Blue) = 176+154+103=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A67 is #4F6598. Grayscale: #9A9A9A. Windows color (decimal): -5203353 or 6789808. OLE color: 6789808.
HSL color Cylindrical-coordinate representation of color #B09A67: hue angle of 41.92º 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 #B09A67 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 103 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.31 |
| HSL | 41.92º | 0.32% | 0.55% | - |
| HSV(B) | 41.92º | 0.41% | 0.69% | - |
| XYZ | 31.91 | 33.32 | 17.58 | - |
| YUV | 154.76 | 98.79 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 103 | 0 | 0.12 | 0.41 | 0.31 | 41.92 | 0.32 | 0.55 |
| Hex | B0 | 9A | 67 | 0 | C | 29 | 1F | 2A | 20 | 37 |
| Octal | 260 | 232 | 147 | 0 | 14 | 51 | 37 | 52 | 40 | 67 |
| Binary | 10110000 | 10011010 | 1100111 | 0 | 1100 | 101001 | 11111 | 101010 | 100000 | 110111 |
Color Harmonies of #B09A67
Complementary color
Monochromatic Colors of #B09A67
Black with #B09A67
Text Example
Text Example
White with #B09A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A67; }
p { color: rgb(176,154,103); }
H1.HeaderClassName
{
color: #B09A67;
}
.AnyTagClassName
{
color: #B09A67;
}
</style>
background-color css
<style>
a { background-color: #B09A67; }
a { background-color: rgb(176,154,103); }
div.DivClassName
{
background-color: #B09A67;
}
.BgClassName
{
background-color: #B09A67;
}
</style>
border-color css
<style>
span { border-color: #B09A67; }
span { border-color: rgb(176,154,103); }
td.TdClassName
{
border-color: #B09A67;
}
.TagClassName
{
border-color: #B09A67;
}
</style>