Shades of Barley Corn #B0956B
Tints of Barley Corn #B0956B
RGB
CMYK
RGB Variations
Color information
#B0956B (or 0xB0956B) is known color: Barley Corn. HEX triplet: B0, 95 and 6B. RGB value is (176,149,107). Sum of RGB (Red+Green+Blue) = 176+149+107=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0956B is #4F6A94. Grayscale: #989898. Windows color (decimal): -5204629 or 7050672. OLE color: 7050672.
HSL color Cylindrical-coordinate representation of color #B0956B: hue angle of 36.52º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0956B is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 149 | 107 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.31 |
| HSL | 36.52º | 0.3% | 0.55% | - |
| HSV(B) | 36.52º | 0.39% | 0.69% | - |
| XYZ | 31.31 | 31.79 | 18.4 | - |
| YUV | 152.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 107 | 0 | 0.15 | 0.39 | 0.31 | 36.52 | 0.3 | 0.55 |
| Hex | B0 | 95 | 6B | 0 | F | 27 | 1F | 25 | 1E | 37 |
| Octal | 260 | 225 | 153 | 0 | 17 | 47 | 37 | 45 | 36 | 67 |
| Binary | 10110000 | 10010101 | 1101011 | 0 | 1111 | 100111 | 11111 | 100101 | 11110 | 110111 |
Color Harmonies of #B0956B
Complementary color
Monochromatic Colors of #B0956B
Black with #B0956B
Text Example
Text Example
White with #B0956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0956B; }
p { color: rgb(176,149,107); }
H1.HeaderClassName
{
color: #B0956B;
}
.AnyTagClassName
{
color: #B0956B;
}
</style>
background-color css
<style>
a { background-color: #B0956B; }
a { background-color: rgb(176,149,107); }
div.DivClassName
{
background-color: #B0956B;
}
.BgClassName
{
background-color: #B0956B;
}
</style>
border-color css
<style>
span { border-color: #B0956B; }
span { border-color: rgb(176,149,107); }
td.TdClassName
{
border-color: #B0956B;
}
.TagClassName
{
border-color: #B0956B;
}
</style>