Shades of Barley Corn #B98A64
Tints of Barley Corn #B98A64
RGB
CMYK
RGB Variations
Color information
#B98A64 (or 0xB98A64) is known color: Barley Corn. HEX triplet: B9, 8A and 64. RGB value is (185,138,100). Sum of RGB (Red+Green+Blue) = 185+138+100=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98A64 is #46759B. Grayscale: #939393. Windows color (decimal): -4617628 or 6589113. OLE color: 6589113.
HSL color Cylindrical-coordinate representation of color #B98A64: hue angle of 26.82º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B98A64 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 138 | 100 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.27 |
| HSL | 26.82º | 0.38% | 0.56% | - |
| HSV(B) | 26.82º | 0.46% | 0.73% | - |
| XYZ | 31.4 | 29.41 | 16.08 | - |
| YUV | 147.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 138 | 100 | 0 | 0.25 | 0.46 | 0.27 | 26.82 | 0.38 | 0.56 |
| Hex | B9 | 8A | 64 | 0 | 19 | 2E | 1B | 1B | 26 | 38 |
| Octal | 271 | 212 | 144 | 0 | 31 | 56 | 33 | 33 | 46 | 70 |
| Binary | 10111001 | 10001010 | 1100100 | 0 | 11001 | 101110 | 11011 | 11011 | 100110 | 111000 |
Color Harmonies of #B98A64
Complementary color
Monochromatic Colors of #B98A64
Black with #B98A64
Text Example
Text Example
White with #B98A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98A64; }
p { color: rgb(185,138,100); }
H1.HeaderClassName
{
color: #B98A64;
}
.AnyTagClassName
{
color: #B98A64;
}
</style>
background-color css
<style>
a { background-color: #B98A64; }
a { background-color: rgb(185,138,100); }
div.DivClassName
{
background-color: #B98A64;
}
.BgClassName
{
background-color: #B98A64;
}
</style>
border-color css
<style>
span { border-color: #B98A64; }
span { border-color: rgb(185,138,100); }
td.TdClassName
{
border-color: #B98A64;
}
.TagClassName
{
border-color: #B98A64;
}
</style>