Shades of Barley Corn #B18F65
Tints of Barley Corn #B18F65
RGB
CMYK
RGB Variations
Color information
#B18F65 (or 0xB18F65) is known color: Barley Corn. HEX triplet: B1, 8F and 65. RGB value is (177,143,101). Sum of RGB (Red+Green+Blue) = 177+143+101=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18F65 is #4E709A. Grayscale: #949494. Windows color (decimal): -5140635 or 6655921. OLE color: 6655921.
HSL color Cylindrical-coordinate representation of color #B18F65: hue angle of 33.16º 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 #B18F65 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 101 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.31 |
| HSL | 33.16º | 0.33% | 0.55% | - |
| HSV(B) | 33.16º | 0.43% | 0.69% | - |
| XYZ | 30.3 | 29.93 | 16.49 | - |
| YUV | 148.38 | 101.26 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 101 | 0 | 0.19 | 0.43 | 0.31 | 33.16 | 0.33 | 0.55 |
| Hex | B1 | 8F | 65 | 0 | 13 | 2B | 1F | 21 | 21 | 37 |
| Octal | 261 | 217 | 145 | 0 | 23 | 53 | 37 | 41 | 41 | 67 |
| Binary | 10110001 | 10001111 | 1100101 | 0 | 10011 | 101011 | 11111 | 100001 | 100001 | 110111 |
Color Harmonies of #B18F65
Complementary color
Monochromatic Colors of #B18F65
Black with #B18F65
Text Example
Text Example
White with #B18F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F65; }
p { color: rgb(177,143,101); }
H1.HeaderClassName
{
color: #B18F65;
}
.AnyTagClassName
{
color: #B18F65;
}
</style>
background-color css
<style>
a { background-color: #B18F65; }
a { background-color: rgb(177,143,101); }
div.DivClassName
{
background-color: #B18F65;
}
.BgClassName
{
background-color: #B18F65;
}
</style>
border-color css
<style>
span { border-color: #B18F65; }
span { border-color: rgb(177,143,101); }
td.TdClassName
{
border-color: #B18F65;
}
.TagClassName
{
border-color: #B18F65;
}
</style>