Shades of Barley Corn #B3895D
Tints of Barley Corn #B3895D
RGB
CMYK
RGB Variations
Color information
#B3895D (or 0xB3895D) is known color: Barley Corn. HEX triplet: B3, 89 and 5D. RGB value is (179,137,93). Sum of RGB (Red+Green+Blue) = 179+137+93=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B3895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3895D is #4C76A2. Grayscale: #909090. Windows color (decimal): -5011107 or 6130099. OLE color: 6130099.
HSL color Cylindrical-coordinate representation of color #B3895D: hue angle of 30.7º 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 #B3895D is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 93 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.30 |
| HSL | 30.7º | 0.36% | 0.53% | - |
| HSV(B) | 30.7º | 0.48% | 0.7% | - |
| XYZ | 29.51 | 28.27 | 14.26 | - |
| YUV | 144.54 | 98.91 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 93 | 0 | 0.23 | 0.48 | 0.30 | 30.7 | 0.36 | 0.53 |
| Hex | B3 | 89 | 5D | 0 | 17 | 30 | 1E | 1F | 24 | 35 |
| Octal | 263 | 211 | 135 | 0 | 27 | 60 | 36 | 37 | 44 | 65 |
| Binary | 10110011 | 10001001 | 1011101 | 0 | 10111 | 110000 | 11110 | 11111 | 100100 | 110101 |
Color Harmonies of #B3895D
Complementary color
Monochromatic Colors of #B3895D
Black with #B3895D
Text Example
Text Example
White with #B3895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3895D; }
p { color: rgb(179,137,93); }
H1.HeaderClassName
{
color: #B3895D;
}
.AnyTagClassName
{
color: #B3895D;
}
</style>
background-color css
<style>
a { background-color: #B3895D; }
a { background-color: rgb(179,137,93); }
div.DivClassName
{
background-color: #B3895D;
}
.BgClassName
{
background-color: #B3895D;
}
</style>
border-color css
<style>
span { border-color: #B3895D; }
span { border-color: rgb(179,137,93); }
td.TdClassName
{
border-color: #B3895D;
}
.TagClassName
{
border-color: #B3895D;
}
</style>