Shades of Barley Corn #B99B5A
Tints of Barley Corn #B99B5A
RGB
CMYK
RGB Variations
Color information
#B99B5A (or 0xB99B5A) is known color: Barley Corn. HEX triplet: B9, 9B and 5A. RGB value is (185,155,90). Sum of RGB (Red+Green+Blue) = 185+155+90=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99B5A is #4664A5. Grayscale: #9C9C9C. Windows color (decimal): -4613286 or 5938105. OLE color: 5938105.
HSL color Cylindrical-coordinate representation of color #B99B5A: hue angle of 41.05º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B99B5A is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 155 | 90 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.27 |
| HSL | 41.05º | 0.4% | 0.54% | - |
| HSV(B) | 41.05º | 0.51% | 0.73% | - |
| XYZ | 33.57 | 34.5 | 14.56 | - |
| YUV | 156.56 | 90.44 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 155 | 90 | 0 | 0.16 | 0.51 | 0.27 | 41.05 | 0.4 | 0.54 |
| Hex | B9 | 9B | 5A | 0 | 10 | 33 | 1B | 29 | 28 | 36 |
| Octal | 271 | 233 | 132 | 0 | 20 | 63 | 33 | 51 | 50 | 66 |
| Binary | 10111001 | 10011011 | 1011010 | 0 | 10000 | 110011 | 11011 | 101001 | 101000 | 110110 |
Color Harmonies of #B99B5A
Complementary color
Monochromatic Colors of #B99B5A
Black with #B99B5A
Text Example
Text Example
White with #B99B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99B5A; }
p { color: rgb(185,155,90); }
H1.HeaderClassName
{
color: #B99B5A;
}
.AnyTagClassName
{
color: #B99B5A;
}
</style>
background-color css
<style>
a { background-color: #B99B5A; }
a { background-color: rgb(185,155,90); }
div.DivClassName
{
background-color: #B99B5A;
}
.BgClassName
{
background-color: #B99B5A;
}
</style>
border-color css
<style>
span { border-color: #B99B5A; }
span { border-color: rgb(185,155,90); }
td.TdClassName
{
border-color: #B99B5A;
}
.TagClassName
{
border-color: #B99B5A;
}
</style>