Shades of Barley Corn #B5945F
Tints of Barley Corn #B5945F
RGB
CMYK
RGB Variations
Color information
#B5945F (or 0xB5945F) is known color: Barley Corn. HEX triplet: B5, 94 and 5F. RGB value is (181,148,95). Sum of RGB (Red+Green+Blue) = 181+148+95=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5945F is #4A6BA0. Grayscale: #989898. Windows color (decimal): -4877217 or 6263989. OLE color: 6263989.
HSL color Cylindrical-coordinate representation of color #B5945F: hue angle of 36.98º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5945F is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 148 | 95 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.29 |
| HSL | 36.98º | 0.37% | 0.54% | - |
| HSV(B) | 36.98º | 0.48% | 0.71% | - |
| XYZ | 31.71 | 31.83 | 15.3 | - |
| YUV | 151.83 | 95.93 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 148 | 95 | 0 | 0.18 | 0.48 | 0.29 | 36.98 | 0.37 | 0.54 |
| Hex | B5 | 94 | 5F | 0 | 12 | 30 | 1D | 25 | 25 | 36 |
| Octal | 265 | 224 | 137 | 0 | 22 | 60 | 35 | 45 | 45 | 66 |
| Binary | 10110101 | 10010100 | 1011111 | 0 | 10010 | 110000 | 11101 | 100101 | 100101 | 110110 |
Color Harmonies of #B5945F
Complementary color
Monochromatic Colors of #B5945F
Black with #B5945F
Text Example
Text Example
White with #B5945F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5945F; }
p { color: rgb(181,148,95); }
H1.HeaderClassName
{
color: #B5945F;
}
.AnyTagClassName
{
color: #B5945F;
}
</style>
background-color css
<style>
a { background-color: #B5945F; }
a { background-color: rgb(181,148,95); }
div.DivClassName
{
background-color: #B5945F;
}
.BgClassName
{
background-color: #B5945F;
}
</style>
border-color css
<style>
span { border-color: #B5945F; }
span { border-color: rgb(181,148,95); }
td.TdClassName
{
border-color: #B5945F;
}
.TagClassName
{
border-color: #B5945F;
}
</style>