Shades of Barley Corn #B58A5B
Tints of Barley Corn #B58A5B
RGB
CMYK
RGB Variations
Color information
#B58A5B (or 0xB58A5B) is known color: Barley Corn. HEX triplet: B5, 8A and 5B. RGB value is (181,138,91). Sum of RGB (Red+Green+Blue) = 181+138+91=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A5B is #4A75A4. Grayscale: #919191. Windows color (decimal): -4879781 or 5999285. OLE color: 5999285.
HSL color Cylindrical-coordinate representation of color #B58A5B: hue angle of 31.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B58A5B is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 91 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.29 |
| HSL | 31.33º | 0.38% | 0.53% | - |
| HSV(B) | 31.33º | 0.5% | 0.71% | - |
| XYZ | 30.03 | 28.76 | 13.87 | - |
| YUV | 145.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 91 | 0 | 0.24 | 0.50 | 0.29 | 31.33 | 0.38 | 0.53 |
| Hex | B5 | 8A | 5B | 0 | 18 | 32 | 1D | 1F | 26 | 35 |
| Octal | 265 | 212 | 133 | 0 | 30 | 62 | 35 | 37 | 46 | 65 |
| Binary | 10110101 | 10001010 | 1011011 | 0 | 11000 | 110010 | 11101 | 11111 | 100110 | 110101 |
Color Harmonies of #B58A5B
Complementary color
Monochromatic Colors of #B58A5B
Black with #B58A5B
Text Example
Text Example
White with #B58A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A5B; }
p { color: rgb(181,138,91); }
H1.HeaderClassName
{
color: #B58A5B;
}
.AnyTagClassName
{
color: #B58A5B;
}
</style>
background-color css
<style>
a { background-color: #B58A5B; }
a { background-color: rgb(181,138,91); }
div.DivClassName
{
background-color: #B58A5B;
}
.BgClassName
{
background-color: #B58A5B;
}
</style>
border-color css
<style>
span { border-color: #B58A5B; }
span { border-color: rgb(181,138,91); }
td.TdClassName
{
border-color: #B58A5B;
}
.TagClassName
{
border-color: #B58A5B;
}
</style>