Shades of Barley Corn #B09265
Tints of Barley Corn #B09265
RGB
CMYK
RGB Variations
Color information
#B09265 (or 0xB09265) is known color: Barley Corn. HEX triplet: B0, 92 and 65. RGB value is (176,146,101). Sum of RGB (Red+Green+Blue) = 176+146+101=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B09265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09265 is #4F6D9A. Grayscale: #969696. Windows color (decimal): -5205403 or 6656688. OLE color: 6656688.
HSL color Cylindrical-coordinate representation of color #B09265: hue angle of 36º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B09265 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 101 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.31 |
| HSL | 36º | 0.32% | 0.54% | - |
| HSV(B) | 36º | 0.43% | 0.69% | - |
| XYZ | 30.53 | 30.73 | 16.63 | - |
| YUV | 149.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 101 | 0 | 0.17 | 0.43 | 0.31 | 36 | 0.32 | 0.54 |
| Hex | B0 | 92 | 65 | 0 | 11 | 2B | 1F | 24 | 20 | 36 |
| Octal | 260 | 222 | 145 | 0 | 21 | 53 | 37 | 44 | 40 | 66 |
| Binary | 10110000 | 10010010 | 1100101 | 0 | 10001 | 101011 | 11111 | 100100 | 100000 | 110110 |
Color Harmonies of #B09265
Complementary color
Monochromatic Colors of #B09265
Black with #B09265
Text Example
Text Example
White with #B09265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09265; }
p { color: rgb(176,146,101); }
H1.HeaderClassName
{
color: #B09265;
}
.AnyTagClassName
{
color: #B09265;
}
</style>
background-color css
<style>
a { background-color: #B09265; }
a { background-color: rgb(176,146,101); }
div.DivClassName
{
background-color: #B09265;
}
.BgClassName
{
background-color: #B09265;
}
</style>
border-color css
<style>
span { border-color: #B09265; }
span { border-color: rgb(176,146,101); }
td.TdClassName
{
border-color: #B09265;
}
.TagClassName
{
border-color: #B09265;
}
</style>