Shades of Barley Corn #B18F66
Tints of Barley Corn #B18F66
RGB
CMYK
RGB Variations
Color information
#B18F66 (or 0xB18F66) is known color: Barley Corn. HEX triplet: B1, 8F and 66. RGB value is (177,143,102). Sum of RGB (Red+Green+Blue) = 177+143+102=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F66 is #4E7099. Grayscale: #949494. Windows color (decimal): -5140634 or 6721457. OLE color: 6721457.
HSL color Cylindrical-coordinate representation of color #B18F66: hue angle of 32.8º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B18F66 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 102 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.31 |
| HSL | 32.8º | 0.32% | 0.55% | - |
| HSV(B) | 32.8º | 0.42% | 0.69% | - |
| XYZ | 30.35 | 29.95 | 16.75 | - |
| YUV | 148.49 | 101.76 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 102 | 0 | 0.19 | 0.42 | 0.31 | 32.8 | 0.32 | 0.55 |
| Hex | B1 | 8F | 66 | 0 | 13 | 2A | 1F | 21 | 20 | 37 |
| Octal | 261 | 217 | 146 | 0 | 23 | 52 | 37 | 41 | 40 | 67 |
| Binary | 10110001 | 10001111 | 1100110 | 0 | 10011 | 101010 | 11111 | 100001 | 100000 | 110111 |
Color Harmonies of #B18F66
Complementary color
Monochromatic Colors of #B18F66
Black with #B18F66
Text Example
Text Example
White with #B18F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F66; }
p { color: rgb(177,143,102); }
H1.HeaderClassName
{
color: #B18F66;
}
.AnyTagClassName
{
color: #B18F66;
}
</style>
background-color css
<style>
a { background-color: #B18F66; }
a { background-color: rgb(177,143,102); }
div.DivClassName
{
background-color: #B18F66;
}
.BgClassName
{
background-color: #B18F66;
}
</style>
border-color css
<style>
span { border-color: #B18F66; }
span { border-color: rgb(177,143,102); }
td.TdClassName
{
border-color: #B18F66;
}
.TagClassName
{
border-color: #B18F66;
}
</style>