Shades of Barley Corn #B99863
Tints of Barley Corn #B99863
RGB
CMYK
RGB Variations
Color information
#B99863 (or 0xB99863) is known color: Barley Corn. HEX triplet: B9, 98 and 63. RGB value is (185,152,99). Sum of RGB (Red+Green+Blue) = 185+152+99=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B99863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99863 is #46679C. Grayscale: #9C9C9C. Windows color (decimal): -4614045 or 6527161. OLE color: 6527161.
HSL color Cylindrical-coordinate representation of color #B99863: hue angle of 36.98º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B99863 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 99 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.27 |
| HSL | 36.98º | 0.38% | 0.56% | - |
| HSV(B) | 36.98º | 0.46% | 0.73% | - |
| XYZ | 33.49 | 33.67 | 16.54 | - |
| YUV | 155.83 | 95.93 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 99 | 0 | 0.18 | 0.46 | 0.27 | 36.98 | 0.38 | 0.56 |
| Hex | B9 | 98 | 63 | 0 | 12 | 2E | 1B | 25 | 26 | 38 |
| Octal | 271 | 230 | 143 | 0 | 22 | 56 | 33 | 45 | 46 | 70 |
| Binary | 10111001 | 10011000 | 1100011 | 0 | 10010 | 101110 | 11011 | 100101 | 100110 | 111000 |
Color Harmonies of #B99863
Complementary color
Monochromatic Colors of #B99863
Black with #B99863
Text Example
Text Example
White with #B99863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99863; }
p { color: rgb(185,152,99); }
H1.HeaderClassName
{
color: #B99863;
}
.AnyTagClassName
{
color: #B99863;
}
</style>
background-color css
<style>
a { background-color: #B99863; }
a { background-color: rgb(185,152,99); }
div.DivClassName
{
background-color: #B99863;
}
.BgClassName
{
background-color: #B99863;
}
</style>
border-color css
<style>
span { border-color: #B99863; }
span { border-color: rgb(185,152,99); }
td.TdClassName
{
border-color: #B99863;
}
.TagClassName
{
border-color: #B99863;
}
</style>