Shades of Barley Corn #B0995C
Tints of Barley Corn #B0995C
RGB
CMYK
RGB Variations
Color information
#B0995C (or 0xB0995C) is known color: Barley Corn. HEX triplet: B0, 99 and 5C. RGB value is (176,153,92). Sum of RGB (Red+Green+Blue) = 176+153+92=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0995C is #4F66A3. Grayscale: #999999. Windows color (decimal): -5203620 or 6068656. OLE color: 6068656.
HSL color Cylindrical-coordinate representation of color #B0995C: hue angle of 43.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0995C is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 92 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.31 |
| HSL | 43.57º | 0.35% | 0.53% | - |
| HSV(B) | 43.57º | 0.48% | 0.69% | - |
| XYZ | 31.23 | 32.79 | 14.81 | - |
| YUV | 152.92 | 93.62 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 92 | 0 | 0.13 | 0.48 | 0.31 | 43.57 | 0.35 | 0.53 |
| Hex | B0 | 99 | 5C | 0 | D | 30 | 1F | 2C | 23 | 35 |
| Octal | 260 | 231 | 134 | 0 | 15 | 60 | 37 | 54 | 43 | 65 |
| Binary | 10110000 | 10011001 | 1011100 | 0 | 1101 | 110000 | 11111 | 101100 | 100011 | 110101 |
Color Harmonies of #B0995C
Complementary color
Monochromatic Colors of #B0995C
Black with #B0995C
Text Example
Text Example
White with #B0995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0995C; }
p { color: rgb(176,153,92); }
H1.HeaderClassName
{
color: #B0995C;
}
.AnyTagClassName
{
color: #B0995C;
}
</style>
background-color css
<style>
a { background-color: #B0995C; }
a { background-color: rgb(176,153,92); }
div.DivClassName
{
background-color: #B0995C;
}
.BgClassName
{
background-color: #B0995C;
}
</style>
border-color css
<style>
span { border-color: #B0995C; }
span { border-color: rgb(176,153,92); }
td.TdClassName
{
border-color: #B0995C;
}
.TagClassName
{
border-color: #B0995C;
}
</style>