Shades of Barley Corn #B38D63
Tints of Barley Corn #B38D63
RGB
CMYK
RGB Variations
Color information
#B38D63 (or 0xB38D63) is known color: Barley Corn. HEX triplet: B3, 8D and 63. RGB value is (179,141,99). Sum of RGB (Red+Green+Blue) = 179+141+99=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38D63 is #4C729C. Grayscale: #939393. Windows color (decimal): -5010077 or 6524339. OLE color: 6524339.
HSL color Cylindrical-coordinate representation of color #B38D63: hue angle of 31.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B38D63 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 99 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.30 |
| HSL | 31.5º | 0.34% | 0.55% | - |
| HSV(B) | 31.5º | 0.45% | 0.7% | - |
| XYZ | 30.37 | 29.53 | 15.9 | - |
| YUV | 147.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 99 | 0 | 0.21 | 0.45 | 0.30 | 31.5 | 0.34 | 0.55 |
| Hex | B3 | 8D | 63 | 0 | 15 | 2D | 1E | 1F | 22 | 37 |
| Octal | 263 | 215 | 143 | 0 | 25 | 55 | 36 | 37 | 42 | 67 |
| Binary | 10110011 | 10001101 | 1100011 | 0 | 10101 | 101101 | 11110 | 11111 | 100010 | 110111 |
Color Harmonies of #B38D63
Complementary color
Monochromatic Colors of #B38D63
Black with #B38D63
Text Example
Text Example
White with #B38D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D63; }
p { color: rgb(179,141,99); }
H1.HeaderClassName
{
color: #B38D63;
}
.AnyTagClassName
{
color: #B38D63;
}
</style>
background-color css
<style>
a { background-color: #B38D63; }
a { background-color: rgb(179,141,99); }
div.DivClassName
{
background-color: #B38D63;
}
.BgClassName
{
background-color: #B38D63;
}
</style>
border-color css
<style>
span { border-color: #B38D63; }
span { border-color: rgb(179,141,99); }
td.TdClassName
{
border-color: #B38D63;
}
.TagClassName
{
border-color: #B38D63;
}
</style>