Shades of Barley Corn #B18C65
Tints of Barley Corn #B18C65
RGB
CMYK
RGB Variations
Color information
#B18C65 (or 0xB18C65) is known color: Barley Corn. HEX triplet: B1, 8C and 65. RGB value is (177,140,101). Sum of RGB (Red+Green+Blue) = 177+140+101=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18C65 is #4E739A. Grayscale: #929292. Windows color (decimal): -5141403 or 6655153. OLE color: 6655153.
HSL color Cylindrical-coordinate representation of color #B18C65: hue angle of 30.79º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B18C65 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 140 | 101 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.31 |
| HSL | 30.79º | 0.33% | 0.55% | - |
| HSV(B) | 30.79º | 0.43% | 0.69% | - |
| XYZ | 29.86 | 29.04 | 16.34 | - |
| YUV | 146.62 | 102.26 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 101 | 0 | 0.21 | 0.43 | 0.31 | 30.79 | 0.33 | 0.55 |
| Hex | B1 | 8C | 65 | 0 | 15 | 2B | 1F | 1F | 21 | 37 |
| Octal | 261 | 214 | 145 | 0 | 25 | 53 | 37 | 37 | 41 | 67 |
| Binary | 10110001 | 10001100 | 1100101 | 0 | 10101 | 101011 | 11111 | 11111 | 100001 | 110111 |
Color Harmonies of #B18C65
Complementary color
Monochromatic Colors of #B18C65
Black with #B18C65
Text Example
Text Example
White with #B18C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18C65; }
p { color: rgb(177,140,101); }
H1.HeaderClassName
{
color: #B18C65;
}
.AnyTagClassName
{
color: #B18C65;
}
</style>
background-color css
<style>
a { background-color: #B18C65; }
a { background-color: rgb(177,140,101); }
div.DivClassName
{
background-color: #B18C65;
}
.BgClassName
{
background-color: #B18C65;
}
</style>
border-color css
<style>
span { border-color: #B18C65; }
span { border-color: rgb(177,140,101); }
td.TdClassName
{
border-color: #B18C65;
}
.TagClassName
{
border-color: #B18C65;
}
</style>