Shades of Barley Corn #B38A60
Tints of Barley Corn #B38A60
RGB
CMYK
RGB Variations
Color information
#B38A60 (or 0xB38A60) is known color: Barley Corn. HEX triplet: B3, 8A and 60. RGB value is (179,138,96). Sum of RGB (Red+Green+Blue) = 179+138+96=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A60 is #4C759F. Grayscale: #919191. Windows color (decimal): -5010848 or 6326963. OLE color: 6326963.
HSL color Cylindrical-coordinate representation of color #B38A60: hue angle of 30.36º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B38A60 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 96 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.30 |
| HSL | 30.36º | 0.35% | 0.54% | - |
| HSV(B) | 30.36º | 0.46% | 0.7% | - |
| XYZ | 29.79 | 28.61 | 15.02 | - |
| YUV | 145.47 | 100.08 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 96 | 0 | 0.23 | 0.46 | 0.30 | 30.36 | 0.35 | 0.54 |
| Hex | B3 | 8A | 60 | 0 | 17 | 2E | 1E | 1E | 23 | 36 |
| Octal | 263 | 212 | 140 | 0 | 27 | 56 | 36 | 36 | 43 | 66 |
| Binary | 10110011 | 10001010 | 1100000 | 0 | 10111 | 101110 | 11110 | 11110 | 100011 | 110110 |
Color Harmonies of #B38A60
Complementary color
Monochromatic Colors of #B38A60
Black with #B38A60
Text Example
Text Example
White with #B38A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A60; }
p { color: rgb(179,138,96); }
H1.HeaderClassName
{
color: #B38A60;
}
.AnyTagClassName
{
color: #B38A60;
}
</style>
background-color css
<style>
a { background-color: #B38A60; }
a { background-color: rgb(179,138,96); }
div.DivClassName
{
background-color: #B38A60;
}
.BgClassName
{
background-color: #B38A60;
}
</style>
border-color css
<style>
span { border-color: #B38A60; }
span { border-color: rgb(179,138,96); }
td.TdClassName
{
border-color: #B38A60;
}
.TagClassName
{
border-color: #B38A60;
}
</style>