Shades of Barley Corn #B89659
Tints of Barley Corn #B89659
RGB
CMYK
RGB Variations
Color information
#B89659 (or 0xB89659) is known color: Barley Corn. HEX triplet: B8, 96 and 59. RGB value is (184,150,89). Sum of RGB (Red+Green+Blue) = 184+150+89=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B89659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89659 is #4769A6. Grayscale: #999999. Windows color (decimal): -4680103 or 5871288. OLE color: 5871288.
HSL color Cylindrical-coordinate representation of color #B89659: hue angle of 38.53º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B89659 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 150 | 89 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.28 |
| HSL | 38.53º | 0.4% | 0.54% | - |
| HSV(B) | 38.53º | 0.52% | 0.72% | - |
| XYZ | 32.48 | 32.72 | 14.06 | - |
| YUV | 153.21 | 91.76 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 89 | 0 | 0.18 | 0.52 | 0.28 | 38.53 | 0.4 | 0.54 |
| Hex | B8 | 96 | 59 | 0 | 12 | 34 | 1C | 27 | 28 | 36 |
| Octal | 270 | 226 | 131 | 0 | 22 | 64 | 34 | 47 | 50 | 66 |
| Binary | 10111000 | 10010110 | 1011001 | 0 | 10010 | 110100 | 11100 | 100111 | 101000 | 110110 |
Color Harmonies of #B89659
Complementary color
Monochromatic Colors of #B89659
Black with #B89659
Text Example
Text Example
White with #B89659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89659; }
p { color: rgb(184,150,89); }
H1.HeaderClassName
{
color: #B89659;
}
.AnyTagClassName
{
color: #B89659;
}
</style>
background-color css
<style>
a { background-color: #B89659; }
a { background-color: rgb(184,150,89); }
div.DivClassName
{
background-color: #B89659;
}
.BgClassName
{
background-color: #B89659;
}
</style>
border-color css
<style>
span { border-color: #B89659; }
span { border-color: rgb(184,150,89); }
td.TdClassName
{
border-color: #B89659;
}
.TagClassName
{
border-color: #B89659;
}
</style>