Shades of Barley Corn #B1925A
Tints of Barley Corn #B1925A
RGB
CMYK
RGB Variations
Color information
#B1925A (or 0xB1925A) is known color: Barley Corn. HEX triplet: B1, 92 and 5A. RGB value is (177,146,90). Sum of RGB (Red+Green+Blue) = 177+146+90=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1925A is #4E6DA5. Grayscale: #959595. Windows color (decimal): -5139878 or 5935793. OLE color: 5935793.
HSL color Cylindrical-coordinate representation of color #B1925A: hue angle of 38.62º 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 #B1925A is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 90 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.31 |
| HSL | 38.62º | 0.36% | 0.52% | - |
| HSV(B) | 38.62º | 0.49% | 0.69% | - |
| XYZ | 30.26 | 30.64 | 13.99 | - |
| YUV | 148.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 90 | 0 | 0.18 | 0.49 | 0.31 | 38.62 | 0.36 | 0.52 |
| Hex | B1 | 92 | 5A | 0 | 12 | 31 | 1F | 27 | 24 | 34 |
| Octal | 261 | 222 | 132 | 0 | 22 | 61 | 37 | 47 | 44 | 64 |
| Binary | 10110001 | 10010010 | 1011010 | 0 | 10010 | 110001 | 11111 | 100111 | 100100 | 110100 |
Color Harmonies of #B1925A
Complementary color
Monochromatic Colors of #B1925A
Black with #B1925A
Text Example
Text Example
White with #B1925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1925A; }
p { color: rgb(177,146,90); }
H1.HeaderClassName
{
color: #B1925A;
}
.AnyTagClassName
{
color: #B1925A;
}
</style>
background-color css
<style>
a { background-color: #B1925A; }
a { background-color: rgb(177,146,90); }
div.DivClassName
{
background-color: #B1925A;
}
.BgClassName
{
background-color: #B1925A;
}
</style>
border-color css
<style>
span { border-color: #B1925A; }
span { border-color: rgb(177,146,90); }
td.TdClassName
{
border-color: #B1925A;
}
.TagClassName
{
border-color: #B1925A;
}
</style>