Shades of Barley Corn #B89555
Tints of Barley Corn #B89555
RGB
CMYK
RGB Variations
Color information
#B89555 (or 0xB89555) is known color: Barley Corn. HEX triplet: B8, 95 and 55. RGB value is (184,149,85). Sum of RGB (Red+Green+Blue) = 184+149+85=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B89555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89555 is #476AAA. Grayscale: #989898. Windows color (decimal): -4680363 or 5608888. OLE color: 5608888.
HSL color Cylindrical-coordinate representation of color #B89555: hue angle of 38.79º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B89555 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 85 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.28 |
| HSL | 38.79º | 0.41% | 0.53% | - |
| HSV(B) | 38.79º | 0.54% | 0.72% | - |
| XYZ | 32.15 | 32.34 | 13.14 | - |
| YUV | 152.17 | 90.1 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 85 | 0 | 0.19 | 0.54 | 0.28 | 38.79 | 0.41 | 0.53 |
| Hex | B8 | 95 | 55 | 0 | 13 | 36 | 1C | 27 | 29 | 35 |
| Octal | 270 | 225 | 125 | 0 | 23 | 66 | 34 | 47 | 51 | 65 |
| Binary | 10111000 | 10010101 | 1010101 | 0 | 10011 | 110110 | 11100 | 100111 | 101001 | 110101 |
Color Harmonies of #B89555
Complementary color
Monochromatic Colors of #B89555
Black with #B89555
Text Example
Text Example
White with #B89555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89555; }
p { color: rgb(184,149,85); }
H1.HeaderClassName
{
color: #B89555;
}
.AnyTagClassName
{
color: #B89555;
}
</style>
background-color css
<style>
a { background-color: #B89555; }
a { background-color: rgb(184,149,85); }
div.DivClassName
{
background-color: #B89555;
}
.BgClassName
{
background-color: #B89555;
}
</style>
border-color css
<style>
span { border-color: #B89555; }
span { border-color: rgb(184,149,85); }
td.TdClassName
{
border-color: #B89555;
}
.TagClassName
{
border-color: #B89555;
}
</style>