Shades of Barley Corn #B28A5F
Tints of Barley Corn #B28A5F
RGB
CMYK
RGB Variations
Color information
#B28A5F (or 0xB28A5F) is known color: Barley Corn. HEX triplet: B2, 8A and 5F. RGB value is (178,138,95). Sum of RGB (Red+Green+Blue) = 178+138+95=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28A5F is #4D75A0. Grayscale: #919191. Windows color (decimal): -5076385 or 6261426. OLE color: 6261426.
HSL color Cylindrical-coordinate representation of color #B28A5F: hue angle of 31.08º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B28A5F is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 95 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.30 |
| HSL | 31.08º | 0.35% | 0.54% | - |
| HSV(B) | 31.08º | 0.47% | 0.7% | - |
| XYZ | 29.51 | 28.47 | 14.77 | - |
| YUV | 145.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 95 | 0 | 0.22 | 0.47 | 0.30 | 31.08 | 0.35 | 0.54 |
| Hex | B2 | 8A | 5F | 0 | 16 | 2F | 1E | 1F | 23 | 36 |
| Octal | 262 | 212 | 137 | 0 | 26 | 57 | 36 | 37 | 43 | 66 |
| Binary | 10110010 | 10001010 | 1011111 | 0 | 10110 | 101111 | 11110 | 11111 | 100011 | 110110 |
Color Harmonies of #B28A5F
Complementary color
Monochromatic Colors of #B28A5F
Black with #B28A5F
Text Example
Text Example
White with #B28A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A5F; }
p { color: rgb(178,138,95); }
H1.HeaderClassName
{
color: #B28A5F;
}
.AnyTagClassName
{
color: #B28A5F;
}
</style>
background-color css
<style>
a { background-color: #B28A5F; }
a { background-color: rgb(178,138,95); }
div.DivClassName
{
background-color: #B28A5F;
}
.BgClassName
{
background-color: #B28A5F;
}
</style>
border-color css
<style>
span { border-color: #B28A5F; }
span { border-color: rgb(178,138,95); }
td.TdClassName
{
border-color: #B28A5F;
}
.TagClassName
{
border-color: #B28A5F;
}
</style>