Shades of Barley Corn #B89758
Tints of Barley Corn #B89758
RGB
CMYK
RGB Variations
Color information
#B89758 (or 0xB89758) is known color: Barley Corn. HEX triplet: B8, 97 and 58. RGB value is (184,151,88). Sum of RGB (Red+Green+Blue) = 184+151+88=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B89758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89758 is #4768A7. Grayscale: #999999. Windows color (decimal): -4679848 or 5806008. OLE color: 5806008.
HSL color Cylindrical-coordinate representation of color #B89758: hue angle of 39.38º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B89758 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 88 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.28 |
| HSL | 39.38º | 0.4% | 0.53% | - |
| HSV(B) | 39.38º | 0.52% | 0.72% | - |
| XYZ | 32.6 | 33.03 | 13.89 | - |
| YUV | 153.69 | 90.93 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 88 | 0 | 0.18 | 0.52 | 0.28 | 39.38 | 0.4 | 0.53 |
| Hex | B8 | 97 | 58 | 0 | 12 | 34 | 1C | 27 | 28 | 35 |
| Octal | 270 | 227 | 130 | 0 | 22 | 64 | 34 | 47 | 50 | 65 |
| Binary | 10111000 | 10010111 | 1011000 | 0 | 10010 | 110100 | 11100 | 100111 | 101000 | 110101 |
Color Harmonies of #B89758
Complementary color
Monochromatic Colors of #B89758
Black with #B89758
Text Example
Text Example
White with #B89758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89758; }
p { color: rgb(184,151,88); }
H1.HeaderClassName
{
color: #B89758;
}
.AnyTagClassName
{
color: #B89758;
}
</style>
background-color css
<style>
a { background-color: #B89758; }
a { background-color: rgb(184,151,88); }
div.DivClassName
{
background-color: #B89758;
}
.BgClassName
{
background-color: #B89758;
}
</style>
border-color css
<style>
span { border-color: #B89758; }
span { border-color: rgb(184,151,88); }
td.TdClassName
{
border-color: #B89758;
}
.TagClassName
{
border-color: #B89758;
}
</style>