Shades of Barley Corn #B99353
Tints of Barley Corn #B99353
RGB
CMYK
RGB Variations
Color information
#B99353 (or 0xB99353) is known color: Barley Corn. HEX triplet: B9, 93 and 53. RGB value is (185,147,83). Sum of RGB (Red+Green+Blue) = 185+147+83=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B99353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99353 is #466CAC. Grayscale: #979797. Windows color (decimal): -4615341 or 5477305. OLE color: 5477305.
HSL color Cylindrical-coordinate representation of color #B99353: hue angle of 37.65º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B99353 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 147 | 83 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.27 |
| HSL | 37.65º | 0.42% | 0.53% | - |
| HSV(B) | 37.65º | 0.55% | 0.73% | - |
| XYZ | 32 | 31.81 | 12.64 | - |
| YUV | 151.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 83 | 0 | 0.21 | 0.55 | 0.27 | 37.65 | 0.42 | 0.53 |
| Hex | B9 | 93 | 53 | 0 | 15 | 37 | 1B | 26 | 2A | 35 |
| Octal | 271 | 223 | 123 | 0 | 25 | 67 | 33 | 46 | 52 | 65 |
| Binary | 10111001 | 10010011 | 1010011 | 0 | 10101 | 110111 | 11011 | 100110 | 101010 | 110101 |
Color Harmonies of #B99353
Complementary color
Monochromatic Colors of #B99353
Black with #B99353
Text Example
Text Example
White with #B99353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99353; }
p { color: rgb(185,147,83); }
H1.HeaderClassName
{
color: #B99353;
}
.AnyTagClassName
{
color: #B99353;
}
</style>
background-color css
<style>
a { background-color: #B99353; }
a { background-color: rgb(185,147,83); }
div.DivClassName
{
background-color: #B99353;
}
.BgClassName
{
background-color: #B99353;
}
</style>
border-color css
<style>
span { border-color: #B99353; }
span { border-color: rgb(185,147,83); }
td.TdClassName
{
border-color: #B99353;
}
.TagClassName
{
border-color: #B99353;
}
</style>