Shades of Barley Corn #B1935E
Tints of Barley Corn #B1935E
RGB
CMYK
RGB Variations
Color information
#B1935E (or 0xB1935E) is known color: Barley Corn. HEX triplet: B1, 93 and 5E. RGB value is (177,147,94). Sum of RGB (Red+Green+Blue) = 177+147+94=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1935E is #4E6CA1. Grayscale: #969696. Windows color (decimal): -5139618 or 6198193. OLE color: 6198193.
HSL color Cylindrical-coordinate representation of color #B1935E: hue angle of 38.31º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1935E is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 147 | 94 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.31 |
| HSL | 38.31º | 0.35% | 0.53% | - |
| HSV(B) | 38.31º | 0.47% | 0.69% | - |
| XYZ | 30.59 | 31.02 | 14.97 | - |
| YUV | 149.93 | 96.44 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 94 | 0 | 0.17 | 0.47 | 0.31 | 38.31 | 0.35 | 0.53 |
| Hex | B1 | 93 | 5E | 0 | 11 | 2F | 1F | 26 | 23 | 35 |
| Octal | 261 | 223 | 136 | 0 | 21 | 57 | 37 | 46 | 43 | 65 |
| Binary | 10110001 | 10010011 | 1011110 | 0 | 10001 | 101111 | 11111 | 100110 | 100011 | 110101 |
Color Harmonies of #B1935E
Complementary color
Monochromatic Colors of #B1935E
Black with #B1935E
Text Example
Text Example
White with #B1935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1935E; }
p { color: rgb(177,147,94); }
H1.HeaderClassName
{
color: #B1935E;
}
.AnyTagClassName
{
color: #B1935E;
}
</style>
background-color css
<style>
a { background-color: #B1935E; }
a { background-color: rgb(177,147,94); }
div.DivClassName
{
background-color: #B1935E;
}
.BgClassName
{
background-color: #B1935E;
}
</style>
border-color css
<style>
span { border-color: #B1935E; }
span { border-color: rgb(177,147,94); }
td.TdClassName
{
border-color: #B1935E;
}
.TagClassName
{
border-color: #B1935E;
}
</style>