Shades of Barley Corn #B18B5D
Tints of Barley Corn #B18B5D
RGB
CMYK
RGB Variations
Color information
#B18B5D (or 0xB18B5D) is known color: Barley Corn. HEX triplet: B1, 8B and 5D. RGB value is (177,139,93). Sum of RGB (Red+Green+Blue) = 177+139+93=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18B5D is #4E74A2. Grayscale: #919191. Windows color (decimal): -5141667 or 6130609. OLE color: 6130609.
HSL color Cylindrical-coordinate representation of color #B18B5D: hue angle of 32.86º 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 #B18B5D is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 139 | 93 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.31 |
| HSL | 32.86º | 0.35% | 0.53% | - |
| HSV(B) | 32.86º | 0.47% | 0.69% | - |
| XYZ | 29.34 | 28.6 | 14.33 | - |
| YUV | 145.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 93 | 0 | 0.21 | 0.47 | 0.31 | 32.86 | 0.35 | 0.53 |
| Hex | B1 | 8B | 5D | 0 | 15 | 2F | 1F | 21 | 23 | 35 |
| Octal | 261 | 213 | 135 | 0 | 25 | 57 | 37 | 41 | 43 | 65 |
| Binary | 10110001 | 10001011 | 1011101 | 0 | 10101 | 101111 | 11111 | 100001 | 100011 | 110101 |
Color Harmonies of #B18B5D
Complementary color
Monochromatic Colors of #B18B5D
Black with #B18B5D
Text Example
Text Example
White with #B18B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18B5D; }
p { color: rgb(177,139,93); }
H1.HeaderClassName
{
color: #B18B5D;
}
.AnyTagClassName
{
color: #B18B5D;
}
</style>
background-color css
<style>
a { background-color: #B18B5D; }
a { background-color: rgb(177,139,93); }
div.DivClassName
{
background-color: #B18B5D;
}
.BgClassName
{
background-color: #B18B5D;
}
</style>
border-color css
<style>
span { border-color: #B18B5D; }
span { border-color: rgb(177,139,93); }
td.TdClassName
{
border-color: #B18B5D;
}
.TagClassName
{
border-color: #B18B5D;
}
</style>