Shades of Barley Corn #B5925F
Tints of Barley Corn #B5925F
RGB
CMYK
RGB Variations
Color information
#B5925F (or 0xB5925F) is known color: Barley Corn. HEX triplet: B5, 92 and 5F. RGB value is (181,146,95). Sum of RGB (Red+Green+Blue) = 181+146+95=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5925F is #4A6DA0. Grayscale: #969696. Windows color (decimal): -4877729 or 6263477. OLE color: 6263477.
HSL color Cylindrical-coordinate representation of color #B5925F: hue angle of 35.58º 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 #B5925F is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 95 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.29 |
| HSL | 35.58º | 0.37% | 0.54% | - |
| HSV(B) | 35.58º | 0.48% | 0.71% | - |
| XYZ | 31.4 | 31.21 | 15.2 | - |
| YUV | 150.65 | 96.6 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 95 | 0 | 0.19 | 0.48 | 0.29 | 35.58 | 0.37 | 0.54 |
| Hex | B5 | 92 | 5F | 0 | 13 | 30 | 1D | 24 | 25 | 36 |
| Octal | 265 | 222 | 137 | 0 | 23 | 60 | 35 | 44 | 45 | 66 |
| Binary | 10110101 | 10010010 | 1011111 | 0 | 10011 | 110000 | 11101 | 100100 | 100101 | 110110 |
Color Harmonies of #B5925F
Complementary color
Monochromatic Colors of #B5925F
Black with #B5925F
Text Example
Text Example
White with #B5925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5925F; }
p { color: rgb(181,146,95); }
H1.HeaderClassName
{
color: #B5925F;
}
.AnyTagClassName
{
color: #B5925F;
}
</style>
background-color css
<style>
a { background-color: #B5925F; }
a { background-color: rgb(181,146,95); }
div.DivClassName
{
background-color: #B5925F;
}
.BgClassName
{
background-color: #B5925F;
}
</style>
border-color css
<style>
span { border-color: #B5925F; }
span { border-color: rgb(181,146,95); }
td.TdClassName
{
border-color: #B5925F;
}
.TagClassName
{
border-color: #B5925F;
}
</style>