Shades of Barley Corn #B89765
Tints of Barley Corn #B89765
RGB
CMYK
RGB Variations
Color information
#B89765 (or 0xB89765) is known color: Barley Corn. HEX triplet: B8, 97 and 65. RGB value is (184,151,101). Sum of RGB (Red+Green+Blue) = 184+151+101=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B89765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89765 is #47689A. Grayscale: #9B9B9B. Windows color (decimal): -4679835 or 6657976. OLE color: 6657976.
HSL color Cylindrical-coordinate representation of color #B89765: hue angle of 36.14º 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 #B89765 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 101 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.28 |
| HSL | 36.14º | 0.37% | 0.56% | - |
| HSV(B) | 36.14º | 0.45% | 0.72% | - |
| XYZ | 33.18 | 33.26 | 16.98 | - |
| YUV | 155.17 | 97.43 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 101 | 0 | 0.18 | 0.45 | 0.28 | 36.14 | 0.37 | 0.56 |
| Hex | B8 | 97 | 65 | 0 | 12 | 2D | 1C | 24 | 25 | 38 |
| Octal | 270 | 227 | 145 | 0 | 22 | 55 | 34 | 44 | 45 | 70 |
| Binary | 10111000 | 10010111 | 1100101 | 0 | 10010 | 101101 | 11100 | 100100 | 100101 | 111000 |
Color Harmonies of #B89765
Complementary color
Monochromatic Colors of #B89765
Black with #B89765
Text Example
Text Example
White with #B89765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89765; }
p { color: rgb(184,151,101); }
H1.HeaderClassName
{
color: #B89765;
}
.AnyTagClassName
{
color: #B89765;
}
</style>
background-color css
<style>
a { background-color: #B89765; }
a { background-color: rgb(184,151,101); }
div.DivClassName
{
background-color: #B89765;
}
.BgClassName
{
background-color: #B89765;
}
</style>
border-color css
<style>
span { border-color: #B89765; }
span { border-color: rgb(184,151,101); }
td.TdClassName
{
border-color: #B89765;
}
.TagClassName
{
border-color: #B89765;
}
</style>