Shades of Barley Corn #B18C5A
Tints of Barley Corn #B18C5A
RGB
CMYK
RGB Variations
Color information
#B18C5A (or 0xB18C5A) is known color: Barley Corn. HEX triplet: B1, 8C and 5A. RGB value is (177,140,90). Sum of RGB (Red+Green+Blue) = 177+140+90=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18C5A is #4E73A5. Grayscale: #919191. Windows color (decimal): -5141414 or 5934257. OLE color: 5934257.
HSL color Cylindrical-coordinate representation of color #B18C5A: hue angle of 34.48º 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 #B18C5A is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 140 | 90 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.31 |
| HSL | 34.48º | 0.36% | 0.52% | - |
| HSV(B) | 34.48º | 0.49% | 0.69% | - |
| XYZ | 29.36 | 28.84 | 13.69 | - |
| YUV | 145.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 90 | 0 | 0.21 | 0.49 | 0.31 | 34.48 | 0.36 | 0.52 |
| Hex | B1 | 8C | 5A | 0 | 15 | 31 | 1F | 22 | 24 | 34 |
| Octal | 261 | 214 | 132 | 0 | 25 | 61 | 37 | 42 | 44 | 64 |
| Binary | 10110001 | 10001100 | 1011010 | 0 | 10101 | 110001 | 11111 | 100010 | 100100 | 110100 |
Color Harmonies of #B18C5A
Complementary color
Monochromatic Colors of #B18C5A
Black with #B18C5A
Text Example
Text Example
White with #B18C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18C5A; }
p { color: rgb(177,140,90); }
H1.HeaderClassName
{
color: #B18C5A;
}
.AnyTagClassName
{
color: #B18C5A;
}
</style>
background-color css
<style>
a { background-color: #B18C5A; }
a { background-color: rgb(177,140,90); }
div.DivClassName
{
background-color: #B18C5A;
}
.BgClassName
{
background-color: #B18C5A;
}
</style>
border-color css
<style>
span { border-color: #B18C5A; }
span { border-color: rgb(177,140,90); }
td.TdClassName
{
border-color: #B18C5A;
}
.TagClassName
{
border-color: #B18C5A;
}
</style>