Shades of Barley Corn #B7935C
Tints of Barley Corn #B7935C
RGB
CMYK
RGB Variations
Color information
#B7935C (or 0xB7935C) is known color: Barley Corn. HEX triplet: B7, 93 and 5C. RGB value is (183,147,92). Sum of RGB (Red+Green+Blue) = 183+147+92=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7935C is #486CA3. Grayscale: #979797. Windows color (decimal): -4746404 or 6067127. OLE color: 6067127.
HSL color Cylindrical-coordinate representation of color #B7935C: hue angle of 36.26º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7935C is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 147 | 92 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.28 |
| HSL | 36.26º | 0.39% | 0.54% | - |
| HSV(B) | 36.26º | 0.5% | 0.72% | - |
| XYZ | 31.89 | 31.71 | 14.56 | - |
| YUV | 151.49 | 94.43 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 147 | 92 | 0 | 0.20 | 0.50 | 0.28 | 36.26 | 0.39 | 0.54 |
| Hex | B7 | 93 | 5C | 0 | 14 | 32 | 1C | 24 | 27 | 36 |
| Octal | 267 | 223 | 134 | 0 | 24 | 62 | 34 | 44 | 47 | 66 |
| Binary | 10110111 | 10010011 | 1011100 | 0 | 10100 | 110010 | 11100 | 100100 | 100111 | 110110 |
Color Harmonies of #B7935C
Complementary color
Monochromatic Colors of #B7935C
Black with #B7935C
Text Example
Text Example
White with #B7935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7935C; }
p { color: rgb(183,147,92); }
H1.HeaderClassName
{
color: #B7935C;
}
.AnyTagClassName
{
color: #B7935C;
}
</style>
background-color css
<style>
a { background-color: #B7935C; }
a { background-color: rgb(183,147,92); }
div.DivClassName
{
background-color: #B7935C;
}
.BgClassName
{
background-color: #B7935C;
}
</style>
border-color css
<style>
span { border-color: #B7935C; }
span { border-color: rgb(183,147,92); }
td.TdClassName
{
border-color: #B7935C;
}
.TagClassName
{
border-color: #B7935C;
}
</style>