Shades of Barley Corn #B59767
Tints of Barley Corn #B59767
RGB
CMYK
RGB Variations
Color information
#B59767 (or 0xB59767) is known color: Barley Corn. HEX triplet: B5, 97 and 67. RGB value is (181,151,103). Sum of RGB (Red+Green+Blue) = 181+151+103=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B59767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59767 is #4A6898. Grayscale: #9A9A9A. Windows color (decimal): -4876441 or 6789045. OLE color: 6789045.
HSL color Cylindrical-coordinate representation of color #B59767: hue angle of 36.92º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B59767 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 151 | 103 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.29 |
| HSL | 36.92º | 0.35% | 0.56% | - |
| HSV(B) | 36.92º | 0.43% | 0.71% | - |
| XYZ | 32.57 | 32.94 | 17.47 | - |
| YUV | 154.5 | 98.94 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 151 | 103 | 0 | 0.17 | 0.43 | 0.29 | 36.92 | 0.35 | 0.56 |
| Hex | B5 | 97 | 67 | 0 | 11 | 2B | 1D | 25 | 23 | 38 |
| Octal | 265 | 227 | 147 | 0 | 21 | 53 | 35 | 45 | 43 | 70 |
| Binary | 10110101 | 10010111 | 1100111 | 0 | 10001 | 101011 | 11101 | 100101 | 100011 | 111000 |
Color Harmonies of #B59767
Complementary color
Monochromatic Colors of #B59767
Black with #B59767
Text Example
Text Example
White with #B59767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59767; }
p { color: rgb(181,151,103); }
H1.HeaderClassName
{
color: #B59767;
}
.AnyTagClassName
{
color: #B59767;
}
</style>
background-color css
<style>
a { background-color: #B59767; }
a { background-color: rgb(181,151,103); }
div.DivClassName
{
background-color: #B59767;
}
.BgClassName
{
background-color: #B59767;
}
</style>
border-color css
<style>
span { border-color: #B59767; }
span { border-color: rgb(181,151,103); }
td.TdClassName
{
border-color: #B59767;
}
.TagClassName
{
border-color: #B59767;
}
</style>