Shades of Barley Corn #B89352
Tints of Barley Corn #B89352
RGB
CMYK
RGB Variations
Color information
#B89352 (or 0xB89352) is known color: Barley Corn. HEX triplet: B8, 93 and 52. RGB value is (184,147,82). Sum of RGB (Red+Green+Blue) = 184+147+82=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B89352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89352 is #476CAD. Grayscale: #969696. Windows color (decimal): -4680878 or 5411768. OLE color: 5411768.
HSL color Cylindrical-coordinate representation of color #B89352: hue angle of 38.24º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B89352 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 82 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.28 |
| HSL | 38.24º | 0.42% | 0.52% | - |
| HSV(B) | 38.24º | 0.55% | 0.72% | - |
| XYZ | 31.72 | 31.67 | 12.42 | - |
| YUV | 150.65 | 89.26 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 82 | 0 | 0.20 | 0.55 | 0.28 | 38.24 | 0.42 | 0.52 |
| Hex | B8 | 93 | 52 | 0 | 14 | 37 | 1C | 26 | 2A | 34 |
| Octal | 270 | 223 | 122 | 0 | 24 | 67 | 34 | 46 | 52 | 64 |
| Binary | 10111000 | 10010011 | 1010010 | 0 | 10100 | 110111 | 11100 | 100110 | 101010 | 110100 |
Color Harmonies of #B89352
Complementary color
Monochromatic Colors of #B89352
Black with #B89352
Text Example
Text Example
White with #B89352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89352; }
p { color: rgb(184,147,82); }
H1.HeaderClassName
{
color: #B89352;
}
.AnyTagClassName
{
color: #B89352;
}
</style>
background-color css
<style>
a { background-color: #B89352; }
a { background-color: rgb(184,147,82); }
div.DivClassName
{
background-color: #B89352;
}
.BgClassName
{
background-color: #B89352;
}
</style>
border-color css
<style>
span { border-color: #B89352; }
span { border-color: rgb(184,147,82); }
td.TdClassName
{
border-color: #B89352;
}
.TagClassName
{
border-color: #B89352;
}
</style>