Shades of Barley Corn #B5905D
Tints of Barley Corn #B5905D
RGB
CMYK
RGB Variations
Color information
#B5905D (or 0xB5905D) is known color: Barley Corn. HEX triplet: B5, 90 and 5D. RGB value is (181,144,93). Sum of RGB (Red+Green+Blue) = 181+144+93=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5905D is #4A6FA2. Grayscale: #959595. Windows color (decimal): -4878243 or 6131893. OLE color: 6131893.
HSL color Cylindrical-coordinate representation of color #B5905D: hue angle of 34.77º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5905D is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 93 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.29 |
| HSL | 34.77º | 0.37% | 0.54% | - |
| HSV(B) | 34.77º | 0.49% | 0.71% | - |
| XYZ | 31.01 | 30.56 | 14.62 | - |
| YUV | 149.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 93 | 0 | 0.20 | 0.49 | 0.29 | 34.77 | 0.37 | 0.54 |
| Hex | B5 | 90 | 5D | 0 | 14 | 31 | 1D | 23 | 25 | 36 |
| Octal | 265 | 220 | 135 | 0 | 24 | 61 | 35 | 43 | 45 | 66 |
| Binary | 10110101 | 10010000 | 1011101 | 0 | 10100 | 110001 | 11101 | 100011 | 100101 | 110110 |
Color Harmonies of #B5905D
Complementary color
Monochromatic Colors of #B5905D
Black with #B5905D
Text Example
Text Example
White with #B5905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5905D; }
p { color: rgb(181,144,93); }
H1.HeaderClassName
{
color: #B5905D;
}
.AnyTagClassName
{
color: #B5905D;
}
</style>
background-color css
<style>
a { background-color: #B5905D; }
a { background-color: rgb(181,144,93); }
div.DivClassName
{
background-color: #B5905D;
}
.BgClassName
{
background-color: #B5905D;
}
</style>
border-color css
<style>
span { border-color: #B5905D; }
span { border-color: rgb(181,144,93); }
td.TdClassName
{
border-color: #B5905D;
}
.TagClassName
{
border-color: #B5905D;
}
</style>