Shades of Barley Corn #B09266
Tints of Barley Corn #B09266
RGB
CMYK
RGB Variations
Color information
#B09266 (or 0xB09266) is known color: Barley Corn. HEX triplet: B0, 92 and 66. RGB value is (176,146,102). Sum of RGB (Red+Green+Blue) = 176+146+102=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B09266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09266 is #4F6D99. Grayscale: #969696. Windows color (decimal): -5205402 or 6722224. OLE color: 6722224.
HSL color Cylindrical-coordinate representation of color #B09266: hue angle of 35.68º 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 #B09266 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 102 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.31 |
| HSL | 35.68º | 0.32% | 0.55% | - |
| HSV(B) | 35.68º | 0.42% | 0.69% | - |
| XYZ | 30.58 | 30.75 | 16.89 | - |
| YUV | 149.95 | 100.94 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 102 | 0 | 0.17 | 0.42 | 0.31 | 35.68 | 0.32 | 0.55 |
| Hex | B0 | 92 | 66 | 0 | 11 | 2A | 1F | 24 | 20 | 37 |
| Octal | 260 | 222 | 146 | 0 | 21 | 52 | 37 | 44 | 40 | 67 |
| Binary | 10110000 | 10010010 | 1100110 | 0 | 10001 | 101010 | 11111 | 100100 | 100000 | 110111 |
Color Harmonies of #B09266
Complementary color
Monochromatic Colors of #B09266
Black with #B09266
Text Example
Text Example
White with #B09266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09266; }
p { color: rgb(176,146,102); }
H1.HeaderClassName
{
color: #B09266;
}
.AnyTagClassName
{
color: #B09266;
}
</style>
background-color css
<style>
a { background-color: #B09266; }
a { background-color: rgb(176,146,102); }
div.DivClassName
{
background-color: #B09266;
}
.BgClassName
{
background-color: #B09266;
}
</style>
border-color css
<style>
span { border-color: #B09266; }
span { border-color: rgb(176,146,102); }
td.TdClassName
{
border-color: #B09266;
}
.TagClassName
{
border-color: #B09266;
}
</style>