Shades of Barley Corn #B89066
Tints of Barley Corn #B89066
RGB
CMYK
RGB Variations
Color information
#B89066 (or 0xB89066) is known color: Barley Corn. HEX triplet: B8, 90 and 66. RGB value is (184,144,102). Sum of RGB (Red+Green+Blue) = 184+144+102=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B89066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89066 is #476F99. Grayscale: #979797. Windows color (decimal): -4681626 or 6721720. OLE color: 6721720.
HSL color Cylindrical-coordinate representation of color #B89066: hue angle of 30.73º 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 #B89066 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 102 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.28 |
| HSL | 30.73º | 0.37% | 0.56% | - |
| HSV(B) | 30.73º | 0.45% | 0.72% | - |
| XYZ | 32.14 | 31.1 | 16.88 | - |
| YUV | 151.17 | 100.25 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 102 | 0 | 0.22 | 0.45 | 0.28 | 30.73 | 0.37 | 0.56 |
| Hex | B8 | 90 | 66 | 0 | 16 | 2D | 1C | 1F | 25 | 38 |
| Octal | 270 | 220 | 146 | 0 | 26 | 55 | 34 | 37 | 45 | 70 |
| Binary | 10111000 | 10010000 | 1100110 | 0 | 10110 | 101101 | 11100 | 11111 | 100101 | 111000 |
Color Harmonies of #B89066
Complementary color
Monochromatic Colors of #B89066
Black with #B89066
Text Example
Text Example
White with #B89066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89066; }
p { color: rgb(184,144,102); }
H1.HeaderClassName
{
color: #B89066;
}
.AnyTagClassName
{
color: #B89066;
}
</style>
background-color css
<style>
a { background-color: #B89066; }
a { background-color: rgb(184,144,102); }
div.DivClassName
{
background-color: #B89066;
}
.BgClassName
{
background-color: #B89066;
}
</style>
border-color css
<style>
span { border-color: #B89066; }
span { border-color: rgb(184,144,102); }
td.TdClassName
{
border-color: #B89066;
}
.TagClassName
{
border-color: #B89066;
}
</style>