Shades of Barley Corn #B3885C
Tints of Barley Corn #B3885C
RGB
CMYK
RGB Variations
Color information
#B3885C (or 0xB3885C) is known color: Barley Corn. HEX triplet: B3, 88 and 5C. RGB value is (179,136,92). Sum of RGB (Red+Green+Blue) = 179+136+92=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B3885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3885C is #4C77A3. Grayscale: #909090. Windows color (decimal): -5011364 or 6064307. OLE color: 6064307.
HSL color Cylindrical-coordinate representation of color #B3885C: hue angle of 30.34º 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 #B3885C is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 92 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.30 |
| HSL | 30.34º | 0.36% | 0.53% | - |
| HSV(B) | 30.34º | 0.49% | 0.7% | - |
| XYZ | 29.33 | 27.96 | 13.98 | - |
| YUV | 143.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 92 | 0 | 0.24 | 0.49 | 0.30 | 30.34 | 0.36 | 0.53 |
| Hex | B3 | 88 | 5C | 0 | 18 | 31 | 1E | 1E | 24 | 35 |
| Octal | 263 | 210 | 134 | 0 | 30 | 61 | 36 | 36 | 44 | 65 |
| Binary | 10110011 | 10001000 | 1011100 | 0 | 11000 | 110001 | 11110 | 11110 | 100100 | 110101 |
Color Harmonies of #B3885C
Complementary color
Monochromatic Colors of #B3885C
Black with #B3885C
Text Example
Text Example
White with #B3885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3885C; }
p { color: rgb(179,136,92); }
H1.HeaderClassName
{
color: #B3885C;
}
.AnyTagClassName
{
color: #B3885C;
}
</style>
background-color css
<style>
a { background-color: #B3885C; }
a { background-color: rgb(179,136,92); }
div.DivClassName
{
background-color: #B3885C;
}
.BgClassName
{
background-color: #B3885C;
}
</style>
border-color css
<style>
span { border-color: #B3885C; }
span { border-color: rgb(179,136,92); }
td.TdClassName
{
border-color: #B3885C;
}
.TagClassName
{
border-color: #B3885C;
}
</style>