Shades of Barley Corn #B09565
Tints of Barley Corn #B09565
RGB
CMYK
RGB Variations
Color information
#B09565 (or 0xB09565) is known color: Barley Corn. HEX triplet: B0, 95 and 65. RGB value is (176,149,101). Sum of RGB (Red+Green+Blue) = 176+149+101=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B09565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09565 is #4F6A9A. Grayscale: #979797. Windows color (decimal): -5204635 or 6657456. OLE color: 6657456.
HSL color Cylindrical-coordinate representation of color #B09565: hue angle of 38.4º 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 #B09565 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 149 | 101 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.31 |
| HSL | 38.4º | 0.32% | 0.54% | - |
| HSV(B) | 38.4º | 0.43% | 0.69% | - |
| XYZ | 31 | 31.66 | 16.79 | - |
| YUV | 151.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 101 | 0 | 0.15 | 0.43 | 0.31 | 38.4 | 0.32 | 0.54 |
| Hex | B0 | 95 | 65 | 0 | F | 2B | 1F | 26 | 20 | 36 |
| Octal | 260 | 225 | 145 | 0 | 17 | 53 | 37 | 46 | 40 | 66 |
| Binary | 10110000 | 10010101 | 1100101 | 0 | 1111 | 101011 | 11111 | 100110 | 100000 | 110110 |
Color Harmonies of #B09565
Complementary color
Monochromatic Colors of #B09565
Black with #B09565
Text Example
Text Example
White with #B09565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09565; }
p { color: rgb(176,149,101); }
H1.HeaderClassName
{
color: #B09565;
}
.AnyTagClassName
{
color: #B09565;
}
</style>
background-color css
<style>
a { background-color: #B09565; }
a { background-color: rgb(176,149,101); }
div.DivClassName
{
background-color: #B09565;
}
.BgClassName
{
background-color: #B09565;
}
</style>
border-color css
<style>
span { border-color: #B09565; }
span { border-color: rgb(176,149,101); }
td.TdClassName
{
border-color: #B09565;
}
.TagClassName
{
border-color: #B09565;
}
</style>