Shades of Barley Corn #B88F66
Tints of Barley Corn #B88F66
RGB
CMYK
RGB Variations
Color information
#B88F66 (or 0xB88F66) is known color: Barley Corn. HEX triplet: B8, 8F and 66. RGB value is (184,143,102). Sum of RGB (Red+Green+Blue) = 184+143+102=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88F66 is #477099. Grayscale: #969696. Windows color (decimal): -4681882 or 6721464. OLE color: 6721464.
HSL color Cylindrical-coordinate representation of color #B88F66: hue angle of 30º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B88F66 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 143 | 102 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.28 |
| HSL | 30º | 0.37% | 0.56% | - |
| HSV(B) | 30º | 0.45% | 0.72% | - |
| XYZ | 31.99 | 30.79 | 16.83 | - |
| YUV | 150.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 102 | 0 | 0.22 | 0.45 | 0.28 | 30 | 0.37 | 0.56 |
| Hex | B8 | 8F | 66 | 0 | 16 | 2D | 1C | 1E | 25 | 38 |
| Octal | 270 | 217 | 146 | 0 | 26 | 55 | 34 | 36 | 45 | 70 |
| Binary | 10111000 | 10001111 | 1100110 | 0 | 10110 | 101101 | 11100 | 11110 | 100101 | 111000 |
Color Harmonies of #B88F66
Complementary color
Monochromatic Colors of #B88F66
Black with #B88F66
Text Example
Text Example
White with #B88F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88F66; }
p { color: rgb(184,143,102); }
H1.HeaderClassName
{
color: #B88F66;
}
.AnyTagClassName
{
color: #B88F66;
}
</style>
background-color css
<style>
a { background-color: #B88F66; }
a { background-color: rgb(184,143,102); }
div.DivClassName
{
background-color: #B88F66;
}
.BgClassName
{
background-color: #B88F66;
}
</style>
border-color css
<style>
span { border-color: #B88F66; }
span { border-color: rgb(184,143,102); }
td.TdClassName
{
border-color: #B88F66;
}
.TagClassName
{
border-color: #B88F66;
}
</style>