Shades of Barley Corn #B1915A
Tints of Barley Corn #B1915A
RGB
CMYK
RGB Variations
Color information
#B1915A (or 0xB1915A) is known color: Barley Corn. HEX triplet: B1, 91 and 5A. RGB value is (177,145,90). Sum of RGB (Red+Green+Blue) = 177+145+90=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B1915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1915A is #4E6EA5. Grayscale: #949494. Windows color (decimal): -5140134 or 5935537. OLE color: 5935537.
HSL color Cylindrical-coordinate representation of color #B1915A: hue angle of 37.93º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1915A is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 90 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.31 |
| HSL | 37.93º | 0.36% | 0.52% | - |
| HSV(B) | 37.93º | 0.49% | 0.69% | - |
| XYZ | 30.1 | 30.34 | 13.94 | - |
| YUV | 148.3 | 95.1 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 90 | 0 | 0.18 | 0.49 | 0.31 | 37.93 | 0.36 | 0.52 |
| Hex | B1 | 91 | 5A | 0 | 12 | 31 | 1F | 26 | 24 | 34 |
| Octal | 261 | 221 | 132 | 0 | 22 | 61 | 37 | 46 | 44 | 64 |
| Binary | 10110001 | 10010001 | 1011010 | 0 | 10010 | 110001 | 11111 | 100110 | 100100 | 110100 |
Color Harmonies of #B1915A
Complementary color
Monochromatic Colors of #B1915A
Black with #B1915A
Text Example
Text Example
White with #B1915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1915A; }
p { color: rgb(177,145,90); }
H1.HeaderClassName
{
color: #B1915A;
}
.AnyTagClassName
{
color: #B1915A;
}
</style>
background-color css
<style>
a { background-color: #B1915A; }
a { background-color: rgb(177,145,90); }
div.DivClassName
{
background-color: #B1915A;
}
.BgClassName
{
background-color: #B1915A;
}
</style>
border-color css
<style>
span { border-color: #B1915A; }
span { border-color: rgb(177,145,90); }
td.TdClassName
{
border-color: #B1915A;
}
.TagClassName
{
border-color: #B1915A;
}
</style>