Shades of Barley Corn #B89C61
Tints of Barley Corn #B89C61
RGB
CMYK
RGB Variations
Color information
#B89C61 (or 0xB89C61) is known color: Barley Corn. HEX triplet: B8, 9C and 61. RGB value is (184,156,97). Sum of RGB (Red+Green+Blue) = 184+156+97=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C61 is #47639E. Grayscale: #9D9D9D. Windows color (decimal): -4678559 or 6397112. OLE color: 6397112.
HSL color Cylindrical-coordinate representation of color #B89C61: hue angle of 40.69º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B89C61 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 97 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.28 |
| HSL | 40.69º | 0.38% | 0.55% | - |
| HSV(B) | 40.69º | 0.47% | 0.72% | - |
| XYZ | 33.81 | 34.83 | 16.25 | - |
| YUV | 157.65 | 93.78 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 97 | 0 | 0.15 | 0.47 | 0.28 | 40.69 | 0.38 | 0.55 |
| Hex | B8 | 9C | 61 | 0 | F | 2F | 1C | 29 | 26 | 37 |
| Octal | 270 | 234 | 141 | 0 | 17 | 57 | 34 | 51 | 46 | 67 |
| Binary | 10111000 | 10011100 | 1100001 | 0 | 1111 | 101111 | 11100 | 101001 | 100110 | 110111 |
Color Harmonies of #B89C61
Complementary color
Monochromatic Colors of #B89C61
Black with #B89C61
Text Example
Text Example
White with #B89C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C61; }
p { color: rgb(184,156,97); }
H1.HeaderClassName
{
color: #B89C61;
}
.AnyTagClassName
{
color: #B89C61;
}
</style>
background-color css
<style>
a { background-color: #B89C61; }
a { background-color: rgb(184,156,97); }
div.DivClassName
{
background-color: #B89C61;
}
.BgClassName
{
background-color: #B89C61;
}
</style>
border-color css
<style>
span { border-color: #B89C61; }
span { border-color: rgb(184,156,97); }
td.TdClassName
{
border-color: #B89C61;
}
.TagClassName
{
border-color: #B89C61;
}
</style>