Shades of Barley Corn #B3895A
Tints of Barley Corn #B3895A
RGB
CMYK
RGB Variations
Color information
#B3895A (or 0xB3895A) is known color: Barley Corn. HEX triplet: B3, 89 and 5A. RGB value is (179,137,90). Sum of RGB (Red+Green+Blue) = 179+137+90=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B3895A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3895A is #4C76A5. Grayscale: #909090. Windows color (decimal): -5011110 or 5933491. OLE color: 5933491.
HSL color Cylindrical-coordinate representation of color #B3895A: hue angle of 31.69º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3895A is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 90 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.30 |
| HSL | 31.69º | 0.37% | 0.53% | - |
| HSV(B) | 31.69º | 0.5% | 0.7% | - |
| XYZ | 29.38 | 28.21 | 13.57 | - |
| YUV | 144.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 90 | 0 | 0.23 | 0.50 | 0.30 | 31.69 | 0.37 | 0.53 |
| Hex | B3 | 89 | 5A | 0 | 17 | 32 | 1E | 20 | 25 | 35 |
| Octal | 263 | 211 | 132 | 0 | 27 | 62 | 36 | 40 | 45 | 65 |
| Binary | 10110011 | 10001001 | 1011010 | 0 | 10111 | 110010 | 11110 | 100000 | 100101 | 110101 |
Color Harmonies of #B3895A
Complementary color
Monochromatic Colors of #B3895A
Black with #B3895A
Text Example
Text Example
White with #B3895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3895A; }
p { color: rgb(179,137,90); }
H1.HeaderClassName
{
color: #B3895A;
}
.AnyTagClassName
{
color: #B3895A;
}
</style>
background-color css
<style>
a { background-color: #B3895A; }
a { background-color: rgb(179,137,90); }
div.DivClassName
{
background-color: #B3895A;
}
.BgClassName
{
background-color: #B3895A;
}
</style>
border-color css
<style>
span { border-color: #B3895A; }
span { border-color: rgb(179,137,90); }
td.TdClassName
{
border-color: #B3895A;
}
.TagClassName
{
border-color: #B3895A;
}
</style>