Shades of Barley Corn #B59A58
Tints of Barley Corn #B59A58
RGB
CMYK
RGB Variations
Color information
#B59A58 (or 0xB59A58) is known color: Barley Corn. HEX triplet: B5, 9A and 58. RGB value is (181,154,88). Sum of RGB (Red+Green+Blue) = 181+154+88=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59A58 is #4A65A7. Grayscale: #9A9A9A. Windows color (decimal): -4875688 or 5806773. OLE color: 5806773.
HSL color Cylindrical-coordinate representation of color #B59A58: hue angle of 42.58º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B59A58 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 88 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.29 |
| HSL | 42.58º | 0.39% | 0.53% | - |
| HSV(B) | 42.58º | 0.51% | 0.71% | - |
| XYZ | 32.37 | 33.64 | 14.02 | - |
| YUV | 154.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 88 | 0 | 0.15 | 0.51 | 0.29 | 42.58 | 0.39 | 0.53 |
| Hex | B5 | 9A | 58 | 0 | F | 33 | 1D | 2B | 27 | 35 |
| Octal | 265 | 232 | 130 | 0 | 17 | 63 | 35 | 53 | 47 | 65 |
| Binary | 10110101 | 10011010 | 1011000 | 0 | 1111 | 110011 | 11101 | 101011 | 100111 | 110101 |
Color Harmonies of #B59A58
Complementary color
Monochromatic Colors of #B59A58
Black with #B59A58
Text Example
Text Example
White with #B59A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A58; }
p { color: rgb(181,154,88); }
H1.HeaderClassName
{
color: #B59A58;
}
.AnyTagClassName
{
color: #B59A58;
}
</style>
background-color css
<style>
a { background-color: #B59A58; }
a { background-color: rgb(181,154,88); }
div.DivClassName
{
background-color: #B59A58;
}
.BgClassName
{
background-color: #B59A58;
}
</style>
border-color css
<style>
span { border-color: #B59A58; }
span { border-color: rgb(181,154,88); }
td.TdClassName
{
border-color: #B59A58;
}
.TagClassName
{
border-color: #B59A58;
}
</style>