Shades of Barley Corn #B99165
Tints of Barley Corn #B99165
RGB
CMYK
RGB Variations
Color information
#B99165 (or 0xB99165) is known color: Barley Corn. HEX triplet: B9, 91 and 65. RGB value is (185,145,101). Sum of RGB (Red+Green+Blue) = 185+145+101=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B99165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99165 is #466E9A. Grayscale: #989898. Windows color (decimal): -4615835 or 6656441. OLE color: 6656441.
HSL color Cylindrical-coordinate representation of color #B99165: hue angle of 31.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B99165 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 145 | 101 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.27 |
| HSL | 31.43º | 0.38% | 0.56% | - |
| HSV(B) | 31.43º | 0.45% | 0.73% | - |
| XYZ | 32.48 | 31.5 | 16.68 | - |
| YUV | 151.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 101 | 0 | 0.22 | 0.45 | 0.27 | 31.43 | 0.38 | 0.56 |
| Hex | B9 | 91 | 65 | 0 | 16 | 2D | 1B | 1F | 26 | 38 |
| Octal | 271 | 221 | 145 | 0 | 26 | 55 | 33 | 37 | 46 | 70 |
| Binary | 10111001 | 10010001 | 1100101 | 0 | 10110 | 101101 | 11011 | 11111 | 100110 | 111000 |
Color Harmonies of #B99165
Complementary color
Monochromatic Colors of #B99165
Black with #B99165
Text Example
Text Example
White with #B99165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99165; }
p { color: rgb(185,145,101); }
H1.HeaderClassName
{
color: #B99165;
}
.AnyTagClassName
{
color: #B99165;
}
</style>
background-color css
<style>
a { background-color: #B99165; }
a { background-color: rgb(185,145,101); }
div.DivClassName
{
background-color: #B99165;
}
.BgClassName
{
background-color: #B99165;
}
</style>
border-color css
<style>
span { border-color: #B99165; }
span { border-color: rgb(185,145,101); }
td.TdClassName
{
border-color: #B99165;
}
.TagClassName
{
border-color: #B99165;
}
</style>