Shades of Barley Corn #B1915B
Tints of Barley Corn #B1915B
RGB
CMYK
RGB Variations
Color information
#B1915B (or 0xB1915B) is known color: Barley Corn. HEX triplet: B1, 91 and 5B. RGB value is (177,145,91). Sum of RGB (Red+Green+Blue) = 177+145+91=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1915B is #4E6EA4. Grayscale: #949494. Windows color (decimal): -5140133 or 6001073. OLE color: 6001073.
HSL color Cylindrical-coordinate representation of color #B1915B: hue angle of 37.67º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1915B is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 91 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.31 |
| HSL | 37.67º | 0.36% | 0.53% | - |
| HSV(B) | 37.67º | 0.49% | 0.69% | - |
| XYZ | 30.15 | 30.35 | 14.17 | - |
| YUV | 148.41 | 95.6 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 91 | 0 | 0.18 | 0.49 | 0.31 | 37.67 | 0.36 | 0.53 |
| Hex | B1 | 91 | 5B | 0 | 12 | 31 | 1F | 26 | 24 | 35 |
| Octal | 261 | 221 | 133 | 0 | 22 | 61 | 37 | 46 | 44 | 65 |
| Binary | 10110001 | 10010001 | 1011011 | 0 | 10010 | 110001 | 11111 | 100110 | 100100 | 110101 |
Color Harmonies of #B1915B
Complementary color
Monochromatic Colors of #B1915B
Black with #B1915B
Text Example
Text Example
White with #B1915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1915B; }
p { color: rgb(177,145,91); }
H1.HeaderClassName
{
color: #B1915B;
}
.AnyTagClassName
{
color: #B1915B;
}
</style>
background-color css
<style>
a { background-color: #B1915B; }
a { background-color: rgb(177,145,91); }
div.DivClassName
{
background-color: #B1915B;
}
.BgClassName
{
background-color: #B1915B;
}
</style>
border-color css
<style>
span { border-color: #B1915B; }
span { border-color: rgb(177,145,91); }
td.TdClassName
{
border-color: #B1915B;
}
.TagClassName
{
border-color: #B1915B;
}
</style>