Shades of Barley Corn #B28A5B
Tints of Barley Corn #B28A5B
RGB
CMYK
RGB Variations
Color information
#B28A5B (or 0xB28A5B) is known color: Barley Corn. HEX triplet: B2, 8A and 5B. RGB value is (178,138,91). Sum of RGB (Red+Green+Blue) = 178+138+91=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28A5B is #4D75A4. Grayscale: #909090. Windows color (decimal): -5076389 or 5999282. OLE color: 5999282.
HSL color Cylindrical-coordinate representation of color #B28A5B: hue angle of 32.41º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B28A5B is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 91 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.30 |
| HSL | 32.41º | 0.36% | 0.53% | - |
| HSV(B) | 32.41º | 0.49% | 0.7% | - |
| XYZ | 29.34 | 28.4 | 13.83 | - |
| YUV | 144.6 | 97.75 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 91 | 0 | 0.22 | 0.49 | 0.30 | 32.41 | 0.36 | 0.53 |
| Hex | B2 | 8A | 5B | 0 | 16 | 31 | 1E | 20 | 24 | 35 |
| Octal | 262 | 212 | 133 | 0 | 26 | 61 | 36 | 40 | 44 | 65 |
| Binary | 10110010 | 10001010 | 1011011 | 0 | 10110 | 110001 | 11110 | 100000 | 100100 | 110101 |
Color Harmonies of #B28A5B
Complementary color
Monochromatic Colors of #B28A5B
Black with #B28A5B
Text Example
Text Example
White with #B28A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A5B; }
p { color: rgb(178,138,91); }
H1.HeaderClassName
{
color: #B28A5B;
}
.AnyTagClassName
{
color: #B28A5B;
}
</style>
background-color css
<style>
a { background-color: #B28A5B; }
a { background-color: rgb(178,138,91); }
div.DivClassName
{
background-color: #B28A5B;
}
.BgClassName
{
background-color: #B28A5B;
}
</style>
border-color css
<style>
span { border-color: #B28A5B; }
span { border-color: rgb(178,138,91); }
td.TdClassName
{
border-color: #B28A5B;
}
.TagClassName
{
border-color: #B28A5B;
}
</style>