Shades of Barley Corn #B58C65
Tints of Barley Corn #B58C65
RGB
CMYK
RGB Variations
Color information
#B58C65 (or 0xB58C65) is known color: Barley Corn. HEX triplet: B5, 8C and 65. RGB value is (181,140,101). Sum of RGB (Red+Green+Blue) = 181+140+101=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C65 is #4A739A. Grayscale: #949494. Windows color (decimal): -4879259 or 6655157. OLE color: 6655157.
HSL color Cylindrical-coordinate representation of color #B58C65: hue angle of 29.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B58C65 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 140 | 101 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.29 |
| HSL | 29.25º | 0.35% | 0.55% | - |
| HSV(B) | 29.25º | 0.44% | 0.71% | - |
| XYZ | 30.78 | 29.52 | 16.39 | - |
| YUV | 147.81 | 101.58 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 101 | 0 | 0.23 | 0.44 | 0.29 | 29.25 | 0.35 | 0.55 |
| Hex | B5 | 8C | 65 | 0 | 17 | 2C | 1D | 1D | 23 | 37 |
| Octal | 265 | 214 | 145 | 0 | 27 | 54 | 35 | 35 | 43 | 67 |
| Binary | 10110101 | 10001100 | 1100101 | 0 | 10111 | 101100 | 11101 | 11101 | 100011 | 110111 |
Color Harmonies of #B58C65
Complementary color
Monochromatic Colors of #B58C65
Black with #B58C65
Text Example
Text Example
White with #B58C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58C65; }
p { color: rgb(181,140,101); }
H1.HeaderClassName
{
color: #B58C65;
}
.AnyTagClassName
{
color: #B58C65;
}
</style>
background-color css
<style>
a { background-color: #B58C65; }
a { background-color: rgb(181,140,101); }
div.DivClassName
{
background-color: #B58C65;
}
.BgClassName
{
background-color: #B58C65;
}
</style>
border-color css
<style>
span { border-color: #B58C65; }
span { border-color: rgb(181,140,101); }
td.TdClassName
{
border-color: #B58C65;
}
.TagClassName
{
border-color: #B58C65;
}
</style>