Shades of Barley Corn #B5975D
Tints of Barley Corn #B5975D
RGB
CMYK
RGB Variations
Color information
#B5975D (or 0xB5975D) is known color: Barley Corn. HEX triplet: B5, 97 and 5D. RGB value is (181,151,93). Sum of RGB (Red+Green+Blue) = 181+151+93=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5975D is #4A68A2. Grayscale: #999999. Windows color (decimal): -4876451 or 6133685. OLE color: 6133685.
HSL color Cylindrical-coordinate representation of color #B5975D: hue angle of 39.55º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5975D is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 151 | 93 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.29 |
| HSL | 39.55º | 0.37% | 0.54% | - |
| HSV(B) | 39.55º | 0.49% | 0.71% | - |
| XYZ | 32.1 | 32.75 | 14.99 | - |
| YUV | 153.36 | 93.94 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 93 | 0 | 0.17 | 0.49 | 0.29 | 39.55 | 0.37 | 0.54 |
| Hex | B5 | 97 | 5D | 0 | 11 | 31 | 1D | 28 | 25 | 36 |
| Octal | 265 | 227 | 135 | 0 | 21 | 61 | 35 | 50 | 45 | 66 |
| Binary | 10110101 | 10010111 | 1011101 | 0 | 10001 | 110001 | 11101 | 101000 | 100101 | 110110 |
Color Harmonies of #B5975D
Complementary color
Monochromatic Colors of #B5975D
Black with #B5975D
Text Example
Text Example
White with #B5975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5975D; }
p { color: rgb(181,151,93); }
H1.HeaderClassName
{
color: #B5975D;
}
.AnyTagClassName
{
color: #B5975D;
}
</style>
background-color css
<style>
a { background-color: #B5975D; }
a { background-color: rgb(181,151,93); }
div.DivClassName
{
background-color: #B5975D;
}
.BgClassName
{
background-color: #B5975D;
}
</style>
border-color css
<style>
span { border-color: #B5975D; }
span { border-color: rgb(181,151,93); }
td.TdClassName
{
border-color: #B5975D;
}
.TagClassName
{
border-color: #B5975D;
}
</style>