Shades of Barley Corn #B59465
Tints of Barley Corn #B59465
RGB
CMYK
RGB Variations
Color information
#B59465 (or 0xB59465) is known color: Barley Corn. HEX triplet: B5, 94 and 65. RGB value is (181,148,101). Sum of RGB (Red+Green+Blue) = 181+148+101=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B59465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59465 is #4A6B9A. Grayscale: #989898. Windows color (decimal): -4877211 or 6657205. OLE color: 6657205.
HSL color Cylindrical-coordinate representation of color #B59465: hue angle of 35.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 #B59465 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 148 | 101 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.29 |
| HSL | 35.25º | 0.35% | 0.55% | - |
| HSV(B) | 35.25º | 0.44% | 0.71% | - |
| XYZ | 31.99 | 31.94 | 16.79 | - |
| YUV | 152.51 | 98.93 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 148 | 101 | 0 | 0.18 | 0.44 | 0.29 | 35.25 | 0.35 | 0.55 |
| Hex | B5 | 94 | 65 | 0 | 12 | 2C | 1D | 23 | 23 | 37 |
| Octal | 265 | 224 | 145 | 0 | 22 | 54 | 35 | 43 | 43 | 67 |
| Binary | 10110101 | 10010100 | 1100101 | 0 | 10010 | 101100 | 11101 | 100011 | 100011 | 110111 |
Color Harmonies of #B59465
Complementary color
Monochromatic Colors of #B59465
Black with #B59465
Text Example
Text Example
White with #B59465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59465; }
p { color: rgb(181,148,101); }
H1.HeaderClassName
{
color: #B59465;
}
.AnyTagClassName
{
color: #B59465;
}
</style>
background-color css
<style>
a { background-color: #B59465; }
a { background-color: rgb(181,148,101); }
div.DivClassName
{
background-color: #B59465;
}
.BgClassName
{
background-color: #B59465;
}
</style>
border-color css
<style>
span { border-color: #B59465; }
span { border-color: rgb(181,148,101); }
td.TdClassName
{
border-color: #B59465;
}
.TagClassName
{
border-color: #B59465;
}
</style>