Shades of Barley Corn #B89866
Tints of Barley Corn #B89866
RGB
CMYK
RGB Variations
Color information
#B89866 (or 0xB89866) is known color: Barley Corn. HEX triplet: B8, 98 and 66. RGB value is (184,152,102). Sum of RGB (Red+Green+Blue) = 184+152+102=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B89866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89866 is #476799. Grayscale: #9C9C9C. Windows color (decimal): -4679578 or 6723768. OLE color: 6723768.
HSL color Cylindrical-coordinate representation of color #B89866: hue angle of 36.59º 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 #B89866 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 102 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.28 |
| HSL | 36.59º | 0.37% | 0.56% | - |
| HSV(B) | 36.59º | 0.45% | 0.72% | - |
| XYZ | 33.39 | 33.61 | 17.3 | - |
| YUV | 155.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 102 | 0 | 0.17 | 0.45 | 0.28 | 36.59 | 0.37 | 0.56 |
| Hex | B8 | 98 | 66 | 0 | 11 | 2D | 1C | 25 | 25 | 38 |
| Octal | 270 | 230 | 146 | 0 | 21 | 55 | 34 | 45 | 45 | 70 |
| Binary | 10111000 | 10011000 | 1100110 | 0 | 10001 | 101101 | 11100 | 100101 | 100101 | 111000 |
Color Harmonies of #B89866
Complementary color
Monochromatic Colors of #B89866
Black with #B89866
Text Example
Text Example
White with #B89866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89866; }
p { color: rgb(184,152,102); }
H1.HeaderClassName
{
color: #B89866;
}
.AnyTagClassName
{
color: #B89866;
}
</style>
background-color css
<style>
a { background-color: #B89866; }
a { background-color: rgb(184,152,102); }
div.DivClassName
{
background-color: #B89866;
}
.BgClassName
{
background-color: #B89866;
}
</style>
border-color css
<style>
span { border-color: #B89866; }
span { border-color: rgb(184,152,102); }
td.TdClassName
{
border-color: #B89866;
}
.TagClassName
{
border-color: #B89866;
}
</style>