Shades of Barley Corn #B89353
Tints of Barley Corn #B89353
RGB
CMYK
RGB Variations
Color information
#B89353 (or 0xB89353) is known color: Barley Corn. HEX triplet: B8, 93 and 53. RGB value is (184,147,83). Sum of RGB (Red+Green+Blue) = 184+147+83=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B89353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89353 is #476CAC. Grayscale: #979797. Windows color (decimal): -4680877 or 5477304. OLE color: 5477304.
HSL color Cylindrical-coordinate representation of color #B89353: hue angle of 38.02º 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 #B89353 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 83 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.28 |
| HSL | 38.02º | 0.42% | 0.52% | - |
| HSV(B) | 38.02º | 0.55% | 0.72% | - |
| XYZ | 31.76 | 31.68 | 12.62 | - |
| YUV | 150.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 83 | 0 | 0.20 | 0.55 | 0.28 | 38.02 | 0.42 | 0.52 |
| Hex | B8 | 93 | 53 | 0 | 14 | 37 | 1C | 26 | 2A | 34 |
| Octal | 270 | 223 | 123 | 0 | 24 | 67 | 34 | 46 | 52 | 64 |
| Binary | 10111000 | 10010011 | 1010011 | 0 | 10100 | 110111 | 11100 | 100110 | 101010 | 110100 |
Color Harmonies of #B89353
Complementary color
Monochromatic Colors of #B89353
Black with #B89353
Text Example
Text Example
White with #B89353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89353; }
p { color: rgb(184,147,83); }
H1.HeaderClassName
{
color: #B89353;
}
.AnyTagClassName
{
color: #B89353;
}
</style>
background-color css
<style>
a { background-color: #B89353; }
a { background-color: rgb(184,147,83); }
div.DivClassName
{
background-color: #B89353;
}
.BgClassName
{
background-color: #B89353;
}
</style>
border-color css
<style>
span { border-color: #B89353; }
span { border-color: rgb(184,147,83); }
td.TdClassName
{
border-color: #B89353;
}
.TagClassName
{
border-color: #B89353;
}
</style>