Shades of Barley Corn #B79757
Tints of Barley Corn #B79757
RGB
CMYK
RGB Variations
Color information
#B79757 (or 0xB79757) is known color: Barley Corn. HEX triplet: B7, 97 and 57. RGB value is (183,151,87). Sum of RGB (Red+Green+Blue) = 183+151+87=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B79757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79757 is #4868A8. Grayscale: #999999. Windows color (decimal): -4745385 or 5740471. OLE color: 5740471.
HSL color Cylindrical-coordinate representation of color #B79757: hue angle of 40º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B79757 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 151 | 87 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.28 |
| HSL | 40º | 0.4% | 0.53% | - |
| HSV(B) | 40º | 0.52% | 0.72% | - |
| XYZ | 32.32 | 32.89 | 13.66 | - |
| YUV | 153.27 | 90.6 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 87 | 0 | 0.17 | 0.52 | 0.28 | 40 | 0.4 | 0.53 |
| Hex | B7 | 97 | 57 | 0 | 11 | 34 | 1C | 28 | 28 | 35 |
| Octal | 267 | 227 | 127 | 0 | 21 | 64 | 34 | 50 | 50 | 65 |
| Binary | 10110111 | 10010111 | 1010111 | 0 | 10001 | 110100 | 11100 | 101000 | 101000 | 110101 |
Color Harmonies of #B79757
Complementary color
Monochromatic Colors of #B79757
Black with #B79757
Text Example
Text Example
White with #B79757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79757; }
p { color: rgb(183,151,87); }
H1.HeaderClassName
{
color: #B79757;
}
.AnyTagClassName
{
color: #B79757;
}
</style>
background-color css
<style>
a { background-color: #B79757; }
a { background-color: rgb(183,151,87); }
div.DivClassName
{
background-color: #B79757;
}
.BgClassName
{
background-color: #B79757;
}
</style>
border-color css
<style>
span { border-color: #B79757; }
span { border-color: rgb(183,151,87); }
td.TdClassName
{
border-color: #B79757;
}
.TagClassName
{
border-color: #B79757;
}
</style>