Shades of Barley Corn #B38B65
Tints of Barley Corn #B38B65
RGB
CMYK
RGB Variations
Color information
#B38B65 (or 0xB38B65) is known color: Barley Corn. HEX triplet: B3, 8B and 65. RGB value is (179,139,101). Sum of RGB (Red+Green+Blue) = 179+139+101=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B65 is #4C749A. Grayscale: #929292. Windows color (decimal): -5010587 or 6654899. OLE color: 6654899.
HSL color Cylindrical-coordinate representation of color #B38B65: hue angle of 29.23º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B38B65 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 139 | 101 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.30 |
| HSL | 29.23º | 0.34% | 0.55% | - |
| HSV(B) | 29.23º | 0.44% | 0.7% | - |
| XYZ | 30.17 | 28.99 | 16.32 | - |
| YUV | 146.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 101 | 0 | 0.22 | 0.44 | 0.30 | 29.23 | 0.34 | 0.55 |
| Hex | B3 | 8B | 65 | 0 | 16 | 2C | 1E | 1D | 22 | 37 |
| Octal | 263 | 213 | 145 | 0 | 26 | 54 | 36 | 35 | 42 | 67 |
| Binary | 10110011 | 10001011 | 1100101 | 0 | 10110 | 101100 | 11110 | 11101 | 100010 | 110111 |
Color Harmonies of #B38B65
Complementary color
Monochromatic Colors of #B38B65
Black with #B38B65
Text Example
Text Example
White with #B38B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38B65; }
p { color: rgb(179,139,101); }
H1.HeaderClassName
{
color: #B38B65;
}
.AnyTagClassName
{
color: #B38B65;
}
</style>
background-color css
<style>
a { background-color: #B38B65; }
a { background-color: rgb(179,139,101); }
div.DivClassName
{
background-color: #B38B65;
}
.BgClassName
{
background-color: #B38B65;
}
</style>
border-color css
<style>
span { border-color: #B38B65; }
span { border-color: rgb(179,139,101); }
td.TdClassName
{
border-color: #B38B65;
}
.TagClassName
{
border-color: #B38B65;
}
</style>