Shades of Barley Corn #B8945B
Tints of Barley Corn #B8945B
RGB
CMYK
RGB Variations
Color information
#B8945B (or 0xB8945B) is known color: Barley Corn. HEX triplet: B8, 94 and 5B. RGB value is (184,148,91). Sum of RGB (Red+Green+Blue) = 184+148+91=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8945B is #476BA4. Grayscale: #989898. Windows color (decimal): -4680613 or 6001848. OLE color: 6001848.
HSL color Cylindrical-coordinate representation of color #B8945B: hue angle of 36.77º 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 #B8945B is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 91 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.28 |
| HSL | 36.77º | 0.4% | 0.54% | - |
| HSV(B) | 36.77º | 0.51% | 0.72% | - |
| XYZ | 32.25 | 32.13 | 14.4 | - |
| YUV | 152.27 | 93.43 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 91 | 0 | 0.20 | 0.51 | 0.28 | 36.77 | 0.4 | 0.54 |
| Hex | B8 | 94 | 5B | 0 | 14 | 33 | 1C | 25 | 28 | 36 |
| Octal | 270 | 224 | 133 | 0 | 24 | 63 | 34 | 45 | 50 | 66 |
| Binary | 10111000 | 10010100 | 1011011 | 0 | 10100 | 110011 | 11100 | 100101 | 101000 | 110110 |
Color Harmonies of #B8945B
Complementary color
Monochromatic Colors of #B8945B
Black with #B8945B
Text Example
Text Example
White with #B8945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8945B; }
p { color: rgb(184,148,91); }
H1.HeaderClassName
{
color: #B8945B;
}
.AnyTagClassName
{
color: #B8945B;
}
</style>
background-color css
<style>
a { background-color: #B8945B; }
a { background-color: rgb(184,148,91); }
div.DivClassName
{
background-color: #B8945B;
}
.BgClassName
{
background-color: #B8945B;
}
</style>
border-color css
<style>
span { border-color: #B8945B; }
span { border-color: rgb(184,148,91); }
td.TdClassName
{
border-color: #B8945B;
}
.TagClassName
{
border-color: #B8945B;
}
</style>