Shades of Barley Corn #B89958
Tints of Barley Corn #B89958
RGB
CMYK
RGB Variations
Color information
#B89958 (or 0xB89958) is known color: Barley Corn. HEX triplet: B8, 99 and 58. RGB value is (184,153,88). Sum of RGB (Red+Green+Blue) = 184+153+88=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B89958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89958 is #4766A7. Grayscale: #9B9B9B. Windows color (decimal): -4679336 or 5806520. OLE color: 5806520.
HSL color Cylindrical-coordinate representation of color #B89958: hue angle of 40.62º 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 #B89958 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 88 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.28 |
| HSL | 40.63º | 0.4% | 0.53% | - |
| HSV(B) | 40.63º | 0.52% | 0.72% | - |
| XYZ | 32.92 | 33.68 | 14 | - |
| YUV | 154.86 | 90.27 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 88 | 0 | 0.17 | 0.52 | 0.28 | 40.63 | 0.4 | 0.53 |
| Hex | B8 | 99 | 58 | 0 | 11 | 34 | 1C | 29 | 28 | 35 |
| Octal | 270 | 231 | 130 | 0 | 21 | 64 | 34 | 51 | 50 | 65 |
| Binary | 10111000 | 10011001 | 1011000 | 0 | 10001 | 110100 | 11100 | 101001 | 101000 | 110101 |
Color Harmonies of #B89958
Complementary color
Monochromatic Colors of #B89958
Black with #B89958
Text Example
Text Example
White with #B89958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89958; }
p { color: rgb(184,153,88); }
H1.HeaderClassName
{
color: #B89958;
}
.AnyTagClassName
{
color: #B89958;
}
</style>
background-color css
<style>
a { background-color: #B89958; }
a { background-color: rgb(184,153,88); }
div.DivClassName
{
background-color: #B89958;
}
.BgClassName
{
background-color: #B89958;
}
</style>
border-color css
<style>
span { border-color: #B89958; }
span { border-color: rgb(184,153,88); }
td.TdClassName
{
border-color: #B89958;
}
.TagClassName
{
border-color: #B89958;
}
</style>