Shades of Barley Corn #B7975E
Tints of Barley Corn #B7975E
RGB
CMYK
RGB Variations
Color information
#B7975E (or 0xB7975E) is known color: Barley Corn. HEX triplet: B7, 97 and 5E. RGB value is (183,151,94). Sum of RGB (Red+Green+Blue) = 183+151+94=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B7975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7975E is #4868A1. Grayscale: #9A9A9A. Windows color (decimal): -4745378 or 6199223. OLE color: 6199223.
HSL color Cylindrical-coordinate representation of color #B7975E: hue angle of 38.43º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7975E is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 151 | 94 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.28 |
| HSL | 38.43º | 0.38% | 0.54% | - |
| HSV(B) | 38.43º | 0.49% | 0.72% | - |
| XYZ | 32.62 | 33.01 | 15.24 | - |
| YUV | 154.07 | 94.1 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 94 | 0 | 0.17 | 0.49 | 0.28 | 38.43 | 0.38 | 0.54 |
| Hex | B7 | 97 | 5E | 0 | 11 | 31 | 1C | 26 | 26 | 36 |
| Octal | 267 | 227 | 136 | 0 | 21 | 61 | 34 | 46 | 46 | 66 |
| Binary | 10110111 | 10010111 | 1011110 | 0 | 10001 | 110001 | 11100 | 100110 | 100110 | 110110 |
Color Harmonies of #B7975E
Complementary color
Monochromatic Colors of #B7975E
Black with #B7975E
Text Example
Text Example
White with #B7975E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7975E; }
p { color: rgb(183,151,94); }
H1.HeaderClassName
{
color: #B7975E;
}
.AnyTagClassName
{
color: #B7975E;
}
</style>
background-color css
<style>
a { background-color: #B7975E; }
a { background-color: rgb(183,151,94); }
div.DivClassName
{
background-color: #B7975E;
}
.BgClassName
{
background-color: #B7975E;
}
</style>
border-color css
<style>
span { border-color: #B7975E; }
span { border-color: rgb(183,151,94); }
td.TdClassName
{
border-color: #B7975E;
}
.TagClassName
{
border-color: #B7975E;
}
</style>