Shades of Barley Corn #B58F54
Tints of Barley Corn #B58F54
RGB
CMYK
RGB Variations
Color information
#B58F54 (or 0xB58F54) is known color: Barley Corn. HEX triplet: B5, 8F and 54. RGB value is (181,143,84). Sum of RGB (Red+Green+Blue) = 181+143+84=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F54 is #4A70AB. Grayscale: #939393. Windows color (decimal): -4878508 or 5541813. OLE color: 5541813.
HSL color Cylindrical-coordinate representation of color #B58F54: hue angle of 36.49º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B58F54 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 143 | 84 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.29 |
| HSL | 36.49º | 0.4% | 0.52% | - |
| HSV(B) | 36.49º | 0.54% | 0.71% | - |
| XYZ | 30.48 | 30.11 | 12.59 | - |
| YUV | 147.64 | 92.09 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 84 | 0 | 0.21 | 0.54 | 0.29 | 36.49 | 0.4 | 0.52 |
| Hex | B5 | 8F | 54 | 0 | 15 | 36 | 1D | 24 | 28 | 34 |
| Octal | 265 | 217 | 124 | 0 | 25 | 66 | 35 | 44 | 50 | 64 |
| Binary | 10110101 | 10001111 | 1010100 | 0 | 10101 | 110110 | 11101 | 100100 | 101000 | 110100 |
Color Harmonies of #B58F54
Complementary color
Monochromatic Colors of #B58F54
Black with #B58F54
Text Example
Text Example
White with #B58F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58F54; }
p { color: rgb(181,143,84); }
H1.HeaderClassName
{
color: #B58F54;
}
.AnyTagClassName
{
color: #B58F54;
}
</style>
background-color css
<style>
a { background-color: #B58F54; }
a { background-color: rgb(181,143,84); }
div.DivClassName
{
background-color: #B58F54;
}
.BgClassName
{
background-color: #B58F54;
}
</style>
border-color css
<style>
span { border-color: #B58F54; }
span { border-color: rgb(181,143,84); }
td.TdClassName
{
border-color: #B58F54;
}
.TagClassName
{
border-color: #B58F54;
}
</style>