Shades of Barley Corn #B8915A
Tints of Barley Corn #B8915A
RGB
CMYK
RGB Variations
Color information
#B8915A (or 0xB8915A) is known color: Barley Corn. HEX triplet: B8, 91 and 5A. RGB value is (184,145,90). Sum of RGB (Red+Green+Blue) = 184+145+90=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B8915A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8915A is #476EA5. Grayscale: #969696. Windows color (decimal): -4681382 or 5935544. OLE color: 5935544.
HSL color Cylindrical-coordinate representation of color #B8915A: hue angle of 35.11º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8915A is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 90 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.28 |
| HSL | 35.11º | 0.4% | 0.54% | - |
| HSV(B) | 35.11º | 0.51% | 0.72% | - |
| XYZ | 31.74 | 31.18 | 14.02 | - |
| YUV | 150.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 90 | 0 | 0.21 | 0.51 | 0.28 | 35.11 | 0.4 | 0.54 |
| Hex | B8 | 91 | 5A | 0 | 15 | 33 | 1C | 23 | 28 | 36 |
| Octal | 270 | 221 | 132 | 0 | 25 | 63 | 34 | 43 | 50 | 66 |
| Binary | 10111000 | 10010001 | 1011010 | 0 | 10101 | 110011 | 11100 | 100011 | 101000 | 110110 |
Color Harmonies of #B8915A
Complementary color
Monochromatic Colors of #B8915A
Black with #B8915A
Text Example
Text Example
White with #B8915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8915A; }
p { color: rgb(184,145,90); }
H1.HeaderClassName
{
color: #B8915A;
}
.AnyTagClassName
{
color: #B8915A;
}
</style>
background-color css
<style>
a { background-color: #B8915A; }
a { background-color: rgb(184,145,90); }
div.DivClassName
{
background-color: #B8915A;
}
.BgClassName
{
background-color: #B8915A;
}
</style>
border-color css
<style>
span { border-color: #B8915A; }
span { border-color: rgb(184,145,90); }
td.TdClassName
{
border-color: #B8915A;
}
.TagClassName
{
border-color: #B8915A;
}
</style>