Shades of Barley Corn #B89C64
Tints of Barley Corn #B89C64
RGB
CMYK
RGB Variations
Color information
#B89C64 (or 0xB89C64) is known color: Barley Corn. HEX triplet: B8, 9C and 64. RGB value is (184,156,100). Sum of RGB (Red+Green+Blue) = 184+156+100=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C64 is #47639B. Grayscale: #9E9E9E. Windows color (decimal): -4678556 or 6593720. OLE color: 6593720.
HSL color Cylindrical-coordinate representation of color #B89C64: hue angle of 40º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B89C64 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 100 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.28 |
| HSL | 40º | 0.37% | 0.56% | - |
| HSV(B) | 40º | 0.46% | 0.72% | - |
| XYZ | 33.96 | 34.89 | 17 | - |
| YUV | 157.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 100 | 0 | 0.15 | 0.46 | 0.28 | 40 | 0.37 | 0.56 |
| Hex | B8 | 9C | 64 | 0 | F | 2E | 1C | 28 | 25 | 38 |
| Octal | 270 | 234 | 144 | 0 | 17 | 56 | 34 | 50 | 45 | 70 |
| Binary | 10111000 | 10011100 | 1100100 | 0 | 1111 | 101110 | 11100 | 101000 | 100101 | 111000 |
Color Harmonies of #B89C64
Complementary color
Monochromatic Colors of #B89C64
Black with #B89C64
Text Example
Text Example
White with #B89C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C64; }
p { color: rgb(184,156,100); }
H1.HeaderClassName
{
color: #B89C64;
}
.AnyTagClassName
{
color: #B89C64;
}
</style>
background-color css
<style>
a { background-color: #B89C64; }
a { background-color: rgb(184,156,100); }
div.DivClassName
{
background-color: #B89C64;
}
.BgClassName
{
background-color: #B89C64;
}
</style>
border-color css
<style>
span { border-color: #B89C64; }
span { border-color: rgb(184,156,100); }
td.TdClassName
{
border-color: #B89C64;
}
.TagClassName
{
border-color: #B89C64;
}
</style>