Shades of Barley Corn #B89755
Tints of Barley Corn #B89755
RGB
CMYK
RGB Variations
Color information
#B89755 (or 0xB89755) is known color: Barley Corn. HEX triplet: B8, 97 and 55. RGB value is (184,151,85). Sum of RGB (Red+Green+Blue) = 184+151+85=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B89755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89755 is #4768AA. Grayscale: #999999. Windows color (decimal): -4679851 or 5609400. OLE color: 5609400.
HSL color Cylindrical-coordinate representation of color #B89755: hue angle of 40º 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 #B89755 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 85 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.28 |
| HSL | 40º | 0.41% | 0.53% | - |
| HSV(B) | 40º | 0.54% | 0.72% | - |
| XYZ | 32.47 | 32.98 | 13.25 | - |
| YUV | 153.34 | 89.43 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 85 | 0 | 0.18 | 0.54 | 0.28 | 40 | 0.41 | 0.53 |
| Hex | B8 | 97 | 55 | 0 | 12 | 36 | 1C | 28 | 29 | 35 |
| Octal | 270 | 227 | 125 | 0 | 22 | 66 | 34 | 50 | 51 | 65 |
| Binary | 10111000 | 10010111 | 1010101 | 0 | 10010 | 110110 | 11100 | 101000 | 101001 | 110101 |
Color Harmonies of #B89755
Complementary color
Monochromatic Colors of #B89755
Black with #B89755
Text Example
Text Example
White with #B89755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89755; }
p { color: rgb(184,151,85); }
H1.HeaderClassName
{
color: #B89755;
}
.AnyTagClassName
{
color: #B89755;
}
</style>
background-color css
<style>
a { background-color: #B89755; }
a { background-color: rgb(184,151,85); }
div.DivClassName
{
background-color: #B89755;
}
.BgClassName
{
background-color: #B89755;
}
</style>
border-color css
<style>
span { border-color: #B89755; }
span { border-color: rgb(184,151,85); }
td.TdClassName
{
border-color: #B89755;
}
.TagClassName
{
border-color: #B89755;
}
</style>