Shades of Barley Corn #B28F63
Tints of Barley Corn #B28F63
RGB
CMYK
RGB Variations
Color information
#B28F63 (or 0xB28F63) is known color: Barley Corn. HEX triplet: B2, 8F and 63. RGB value is (178,143,99). Sum of RGB (Red+Green+Blue) = 178+143+99=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28F63 is #4D709C. Grayscale: #949494. Windows color (decimal): -5075101 or 6524850. OLE color: 6524850.
HSL color Cylindrical-coordinate representation of color #B28F63: hue angle of 33.42º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B28F63 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 143 | 99 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.30 |
| HSL | 33.42º | 0.34% | 0.54% | - |
| HSV(B) | 33.42º | 0.44% | 0.7% | - |
| XYZ | 30.43 | 30.01 | 15.99 | - |
| YUV | 148.45 | 100.1 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 99 | 0 | 0.20 | 0.44 | 0.30 | 33.42 | 0.34 | 0.54 |
| Hex | B2 | 8F | 63 | 0 | 14 | 2C | 1E | 21 | 22 | 36 |
| Octal | 262 | 217 | 143 | 0 | 24 | 54 | 36 | 41 | 42 | 66 |
| Binary | 10110010 | 10001111 | 1100011 | 0 | 10100 | 101100 | 11110 | 100001 | 100010 | 110110 |
Color Harmonies of #B28F63
Complementary color
Monochromatic Colors of #B28F63
Black with #B28F63
Text Example
Text Example
White with #B28F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28F63; }
p { color: rgb(178,143,99); }
H1.HeaderClassName
{
color: #B28F63;
}
.AnyTagClassName
{
color: #B28F63;
}
</style>
background-color css
<style>
a { background-color: #B28F63; }
a { background-color: rgb(178,143,99); }
div.DivClassName
{
background-color: #B28F63;
}
.BgClassName
{
background-color: #B28F63;
}
</style>
border-color css
<style>
span { border-color: #B28F63; }
span { border-color: rgb(178,143,99); }
td.TdClassName
{
border-color: #B28F63;
}
.TagClassName
{
border-color: #B28F63;
}
</style>