Shades of Barley Corn #B38C65
Tints of Barley Corn #B38C65
RGB
CMYK
RGB Variations
Color information
#B38C65 (or 0xB38C65) is known color: Barley Corn. HEX triplet: B3, 8C and 65. RGB value is (179,140,101). Sum of RGB (Red+Green+Blue) = 179+140+101=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38C65 is #4C739A. Grayscale: #939393. Windows color (decimal): -5010331 or 6655155. OLE color: 6655155.
HSL color Cylindrical-coordinate representation of color #B38C65: hue angle of 30º 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 #B38C65 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 140 | 101 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.30 |
| HSL | 30º | 0.34% | 0.55% | - |
| HSV(B) | 30º | 0.44% | 0.7% | - |
| XYZ | 30.32 | 29.28 | 16.37 | - |
| YUV | 147.22 | 101.92 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 101 | 0 | 0.22 | 0.44 | 0.30 | 30 | 0.34 | 0.55 |
| Hex | B3 | 8C | 65 | 0 | 16 | 2C | 1E | 1E | 22 | 37 |
| Octal | 263 | 214 | 145 | 0 | 26 | 54 | 36 | 36 | 42 | 67 |
| Binary | 10110011 | 10001100 | 1100101 | 0 | 10110 | 101100 | 11110 | 11110 | 100010 | 110111 |
Color Harmonies of #B38C65
Complementary color
Monochromatic Colors of #B38C65
Black with #B38C65
Text Example
Text Example
White with #B38C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38C65; }
p { color: rgb(179,140,101); }
H1.HeaderClassName
{
color: #B38C65;
}
.AnyTagClassName
{
color: #B38C65;
}
</style>
background-color css
<style>
a { background-color: #B38C65; }
a { background-color: rgb(179,140,101); }
div.DivClassName
{
background-color: #B38C65;
}
.BgClassName
{
background-color: #B38C65;
}
</style>
border-color css
<style>
span { border-color: #B38C65; }
span { border-color: rgb(179,140,101); }
td.TdClassName
{
border-color: #B38C65;
}
.TagClassName
{
border-color: #B38C65;
}
</style>