Shades of Barley Corn #B28B5D
Tints of Barley Corn #B28B5D
RGB
CMYK
RGB Variations
Color information
#B28B5D (or 0xB28B5D) is known color: Barley Corn. HEX triplet: B2, 8B and 5D. RGB value is (178,139,93). Sum of RGB (Red+Green+Blue) = 178+139+93=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28B5D is #4D74A2. Grayscale: #919191. Windows color (decimal): -5076131 or 6130610. OLE color: 6130610.
HSL color Cylindrical-coordinate representation of color #B28B5D: hue angle of 32.47º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B28B5D is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 139 | 93 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.30 |
| HSL | 32.47º | 0.36% | 0.53% | - |
| HSV(B) | 32.47º | 0.48% | 0.7% | - |
| XYZ | 29.57 | 28.72 | 14.34 | - |
| YUV | 145.42 | 98.42 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 139 | 93 | 0 | 0.22 | 0.48 | 0.30 | 32.47 | 0.36 | 0.53 |
| Hex | B2 | 8B | 5D | 0 | 16 | 30 | 1E | 20 | 24 | 35 |
| Octal | 262 | 213 | 135 | 0 | 26 | 60 | 36 | 40 | 44 | 65 |
| Binary | 10110010 | 10001011 | 1011101 | 0 | 10110 | 110000 | 11110 | 100000 | 100100 | 110101 |
Color Harmonies of #B28B5D
Complementary color
Monochromatic Colors of #B28B5D
Black with #B28B5D
Text Example
Text Example
White with #B28B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28B5D; }
p { color: rgb(178,139,93); }
H1.HeaderClassName
{
color: #B28B5D;
}
.AnyTagClassName
{
color: #B28B5D;
}
</style>
background-color css
<style>
a { background-color: #B28B5D; }
a { background-color: rgb(178,139,93); }
div.DivClassName
{
background-color: #B28B5D;
}
.BgClassName
{
background-color: #B28B5D;
}
</style>
border-color css
<style>
span { border-color: #B28B5D; }
span { border-color: rgb(178,139,93); }
td.TdClassName
{
border-color: #B28B5D;
}
.TagClassName
{
border-color: #B28B5D;
}
</style>