Shades of Barley Corn #B89C65
Tints of Barley Corn #B89C65
RGB
CMYK
RGB Variations
Color information
#B89C65 (or 0xB89C65) is known color: Barley Corn. HEX triplet: B8, 9C and 65. RGB value is (184,156,101). Sum of RGB (Red+Green+Blue) = 184+156+101=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C65 is #47639A. Grayscale: #9E9E9E. Windows color (decimal): -4678555 or 6659256. OLE color: 6659256.
HSL color Cylindrical-coordinate representation of color #B89C65: hue angle of 39.76º 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 #B89C65 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 156 | 101 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.28 |
| HSL | 39.76º | 0.37% | 0.56% | - |
| HSV(B) | 39.76º | 0.45% | 0.72% | - |
| XYZ | 34 | 34.91 | 17.26 | - |
| YUV | 158.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 156 | 101 | 0 | 0.15 | 0.45 | 0.28 | 39.76 | 0.37 | 0.56 |
| Hex | B8 | 9C | 65 | 0 | F | 2D | 1C | 28 | 25 | 38 |
| Octal | 270 | 234 | 145 | 0 | 17 | 55 | 34 | 50 | 45 | 70 |
| Binary | 10111000 | 10011100 | 1100101 | 0 | 1111 | 101101 | 11100 | 101000 | 100101 | 111000 |
Color Harmonies of #B89C65
Complementary color
Monochromatic Colors of #B89C65
Black with #B89C65
Text Example
Text Example
White with #B89C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89C65; }
p { color: rgb(184,156,101); }
H1.HeaderClassName
{
color: #B89C65;
}
.AnyTagClassName
{
color: #B89C65;
}
</style>
background-color css
<style>
a { background-color: #B89C65; }
a { background-color: rgb(184,156,101); }
div.DivClassName
{
background-color: #B89C65;
}
.BgClassName
{
background-color: #B89C65;
}
</style>
border-color css
<style>
span { border-color: #B89C65; }
span { border-color: rgb(184,156,101); }
td.TdClassName
{
border-color: #B89C65;
}
.TagClassName
{
border-color: #B89C65;
}
</style>