Shades of Barley Corn #B0976C
Tints of Barley Corn #B0976C
RGB
CMYK
RGB Variations
Color information
#B0976C (or 0xB0976C) is known color: Barley Corn. HEX triplet: B0, 97 and 6C. RGB value is (176,151,108). Sum of RGB (Red+Green+Blue) = 176+151+108=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0976C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0976C is #4F6893. Grayscale: #999999. Windows color (decimal): -5204116 or 7116720. OLE color: 7116720.
HSL color Cylindrical-coordinate representation of color #B0976C: hue angle of 37.94º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0976C is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 151 | 108 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.31 |
| HSL | 37.94º | 0.3% | 0.56% | - |
| HSV(B) | 37.94º | 0.39% | 0.69% | - |
| XYZ | 31.68 | 32.45 | 18.78 | - |
| YUV | 153.57 | 102.28 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 108 | 0 | 0.14 | 0.39 | 0.31 | 37.94 | 0.3 | 0.56 |
| Hex | B0 | 97 | 6C | 0 | E | 27 | 1F | 26 | 1E | 38 |
| Octal | 260 | 227 | 154 | 0 | 16 | 47 | 37 | 46 | 36 | 70 |
| Binary | 10110000 | 10010111 | 1101100 | 0 | 1110 | 100111 | 11111 | 100110 | 11110 | 111000 |
Color Harmonies of #B0976C
Complementary color
Monochromatic Colors of #B0976C
Black with #B0976C
Text Example
Text Example
White with #B0976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0976C; }
p { color: rgb(176,151,108); }
H1.HeaderClassName
{
color: #B0976C;
}
.AnyTagClassName
{
color: #B0976C;
}
</style>
background-color css
<style>
a { background-color: #B0976C; }
a { background-color: rgb(176,151,108); }
div.DivClassName
{
background-color: #B0976C;
}
.BgClassName
{
background-color: #B0976C;
}
</style>
border-color css
<style>
span { border-color: #B0976C; }
span { border-color: rgb(176,151,108); }
td.TdClassName
{
border-color: #B0976C;
}
.TagClassName
{
border-color: #B0976C;
}
</style>