Shades of Barley Corn #B98B5D
Tints of Barley Corn #B98B5D
RGB
CMYK
RGB Variations
Color information
#B98B5D (or 0xB98B5D) is known color: Barley Corn. HEX triplet: B9, 8B and 5D. RGB value is (185,139,93). Sum of RGB (Red+Green+Blue) = 185+139+93=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98B5D is #4674A2. Grayscale: #939393. Windows color (decimal): -4617379 or 6130617. OLE color: 6130617.
HSL color Cylindrical-coordinate representation of color #B98B5D: hue angle of 30º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B98B5D is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 139 | 93 | - |
CMYK | 0 | 0.25 | 0.50 | 0.27 |
HSL | 30º | 0.4% | 0.55% | - |
HSV(B) | 30º | 0.5% | 0.73% | - |
XYZ | 31.22 | 29.57 | 14.42 | - |
YUV | 147.51 | 97.24 | 154.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 139 | 93 | 0 | 0.25 | 0.50 | 0.27 | 30 | 0.4 | 0.55 |
Hex | B9 | 8B | 5D | 0 | 19 | 32 | 1B | 1E | 28 | 37 |
Octal | 271 | 213 | 135 | 0 | 31 | 62 | 33 | 36 | 50 | 67 |
Binary | 10111001 | 10001011 | 1011101 | 0 | 11001 | 110010 | 11011 | 11110 | 101000 | 110111 |
Color Harmonies of #B98B5D
Complementary color
Monochromatic Colors of #B98B5D
Black with #B98B5D
Text Example
Text Example
White with #B98B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98B5D; }
p { color: rgb(185,139,93); }
H1.HeaderClassName
{
color: #B98B5D;
}
.AnyTagClassName
{
color: #B98B5D;
}
</style>
background-color css
<style>
a { background-color: #B98B5D; }
a { background-color: rgb(185,139,93); }
div.DivClassName
{
background-color: #B98B5D;
}
.BgClassName
{
background-color: #B98B5D;
}
</style>
border-color css
<style>
span { border-color: #B98B5D; }
span { border-color: rgb(185,139,93); }
td.TdClassName
{
border-color: #B98B5D;
}
.TagClassName
{
border-color: #B98B5D;
}
</style>