Shades of Barley Corn #B09863
Tints of Barley Corn #B09863
RGB
CMYK
RGB Variations
Color information
#B09863 (or 0xB09863) is known color: Barley Corn. HEX triplet: B0, 98 and 63. RGB value is (176,152,99). Sum of RGB (Red+Green+Blue) = 176+152+99=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B09863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09863 is #4F679C. Grayscale: #999999. Windows color (decimal): -5203869 or 6527152. OLE color: 6527152.
HSL color Cylindrical-coordinate representation of color #B09863: hue angle of 41.3º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B09863 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 99 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.31 |
| HSL | 41.3º | 0.33% | 0.54% | - |
| HSV(B) | 41.3º | 0.44% | 0.69% | - |
| XYZ | 31.38 | 32.59 | 16.44 | - |
| YUV | 153.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 99 | 0 | 0.14 | 0.44 | 0.31 | 41.3 | 0.33 | 0.54 |
| Hex | B0 | 98 | 63 | 0 | E | 2C | 1F | 29 | 21 | 36 |
| Octal | 260 | 230 | 143 | 0 | 16 | 54 | 37 | 51 | 41 | 66 |
| Binary | 10110000 | 10011000 | 1100011 | 0 | 1110 | 101100 | 11111 | 101001 | 100001 | 110110 |
Color Harmonies of #B09863
Complementary color
Monochromatic Colors of #B09863
Black with #B09863
Text Example
Text Example
White with #B09863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09863; }
p { color: rgb(176,152,99); }
H1.HeaderClassName
{
color: #B09863;
}
.AnyTagClassName
{
color: #B09863;
}
</style>
background-color css
<style>
a { background-color: #B09863; }
a { background-color: rgb(176,152,99); }
div.DivClassName
{
background-color: #B09863;
}
.BgClassName
{
background-color: #B09863;
}
</style>
border-color css
<style>
span { border-color: #B09863; }
span { border-color: rgb(176,152,99); }
td.TdClassName
{
border-color: #B09863;
}
.TagClassName
{
border-color: #B09863;
}
</style>