Shades of Barley Corn #B3915C
Tints of Barley Corn #B3915C
RGB
CMYK
RGB Variations
Color information
#B3915C (or 0xB3915C) is known color: Barley Corn. HEX triplet: B3, 91 and 5C. RGB value is (179,145,92). Sum of RGB (Red+Green+Blue) = 179+145+92=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B3915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3915C is #4C6EA3. Grayscale: #959595. Windows color (decimal): -5009060 or 6066611. OLE color: 6066611.
HSL color Cylindrical-coordinate representation of color #B3915C: hue angle of 36.55º 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 #B3915C is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 145 | 92 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.30 |
| HSL | 36.55º | 0.36% | 0.53% | - |
| HSV(B) | 36.55º | 0.49% | 0.7% | - |
| XYZ | 30.65 | 30.61 | 14.42 | - |
| YUV | 149.12 | 95.76 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 92 | 0 | 0.19 | 0.49 | 0.30 | 36.55 | 0.36 | 0.53 |
| Hex | B3 | 91 | 5C | 0 | 13 | 31 | 1E | 25 | 24 | 35 |
| Octal | 263 | 221 | 134 | 0 | 23 | 61 | 36 | 45 | 44 | 65 |
| Binary | 10110011 | 10010001 | 1011100 | 0 | 10011 | 110001 | 11110 | 100101 | 100100 | 110101 |
Color Harmonies of #B3915C
Complementary color
Monochromatic Colors of #B3915C
Black with #B3915C
Text Example
Text Example
White with #B3915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3915C; }
p { color: rgb(179,145,92); }
H1.HeaderClassName
{
color: #B3915C;
}
.AnyTagClassName
{
color: #B3915C;
}
</style>
background-color css
<style>
a { background-color: #B3915C; }
a { background-color: rgb(179,145,92); }
div.DivClassName
{
background-color: #B3915C;
}
.BgClassName
{
background-color: #B3915C;
}
</style>
border-color css
<style>
span { border-color: #B3915C; }
span { border-color: rgb(179,145,92); }
td.TdClassName
{
border-color: #B3915C;
}
.TagClassName
{
border-color: #B3915C;
}
</style>