Shades of Barley Corn #B89465
Tints of Barley Corn #B89465
RGB
CMYK
RGB Variations
Color information
#B89465 (or 0xB89465) is known color: Barley Corn. HEX triplet: B8, 94 and 65. RGB value is (184,148,101). Sum of RGB (Red+Green+Blue) = 184+148+101=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B89465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89465 is #476B9A. Grayscale: #999999. Windows color (decimal): -4680603 or 6657208. OLE color: 6657208.
HSL color Cylindrical-coordinate representation of color #B89465: hue angle of 33.98º 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 #B89465 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 101 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.28 |
| HSL | 33.98º | 0.37% | 0.56% | - |
| HSV(B) | 33.98º | 0.45% | 0.72% | - |
| XYZ | 32.71 | 32.31 | 16.82 | - |
| YUV | 153.41 | 98.43 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 101 | 0 | 0.20 | 0.45 | 0.28 | 33.98 | 0.37 | 0.56 |
| Hex | B8 | 94 | 65 | 0 | 14 | 2D | 1C | 22 | 25 | 38 |
| Octal | 270 | 224 | 145 | 0 | 24 | 55 | 34 | 42 | 45 | 70 |
| Binary | 10111000 | 10010100 | 1100101 | 0 | 10100 | 101101 | 11100 | 100010 | 100101 | 111000 |
Color Harmonies of #B89465
Complementary color
Monochromatic Colors of #B89465
Black with #B89465
Text Example
Text Example
White with #B89465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89465; }
p { color: rgb(184,148,101); }
H1.HeaderClassName
{
color: #B89465;
}
.AnyTagClassName
{
color: #B89465;
}
</style>
background-color css
<style>
a { background-color: #B89465; }
a { background-color: rgb(184,148,101); }
div.DivClassName
{
background-color: #B89465;
}
.BgClassName
{
background-color: #B89465;
}
</style>
border-color css
<style>
span { border-color: #B89465; }
span { border-color: rgb(184,148,101); }
td.TdClassName
{
border-color: #B89465;
}
.TagClassName
{
border-color: #B89465;
}
</style>