Shades of Barley Corn #B0996A
Tints of Barley Corn #B0996A
RGB
CMYK
RGB Variations
Color information
#B0996A (or 0xB0996A) is known color: Barley Corn. HEX triplet: B0, 99 and 6A. RGB value is (176,153,106). Sum of RGB (Red+Green+Blue) = 176+153+106=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0996A is #4F6695. Grayscale: #9A9A9A. Windows color (decimal): -5203606 or 6986160. OLE color: 6986160.
HSL color Cylindrical-coordinate representation of color #B0996A: hue angle of 40.29º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0996A is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 106 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.31 |
| HSL | 40.29º | 0.31% | 0.55% | - |
| HSV(B) | 40.29º | 0.4% | 0.69% | - |
| XYZ | 31.9 | 33.05 | 18.33 | - |
| YUV | 154.52 | 100.62 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 106 | 0 | 0.13 | 0.40 | 0.31 | 40.29 | 0.31 | 0.55 |
| Hex | B0 | 99 | 6A | 0 | D | 28 | 1F | 28 | 1F | 37 |
| Octal | 260 | 231 | 152 | 0 | 15 | 50 | 37 | 50 | 37 | 67 |
| Binary | 10110000 | 10011001 | 1101010 | 0 | 1101 | 101000 | 11111 | 101000 | 11111 | 110111 |
Color Harmonies of #B0996A
Complementary color
Monochromatic Colors of #B0996A
Black with #B0996A
Text Example
Text Example
White with #B0996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0996A; }
p { color: rgb(176,153,106); }
H1.HeaderClassName
{
color: #B0996A;
}
.AnyTagClassName
{
color: #B0996A;
}
</style>
background-color css
<style>
a { background-color: #B0996A; }
a { background-color: rgb(176,153,106); }
div.DivClassName
{
background-color: #B0996A;
}
.BgClassName
{
background-color: #B0996A;
}
</style>
border-color css
<style>
span { border-color: #B0996A; }
span { border-color: rgb(176,153,106); }
td.TdClassName
{
border-color: #B0996A;
}
.TagClassName
{
border-color: #B0996A;
}
</style>