Shades of Coriander #B9B993
Tints of Coriander #B9B993
RGB
CMYK
RGB Variations
Color information
#B9B993 (or 0xB9B993) is known color: Coriander. HEX triplet: B9, B9 and 93. RGB value is (185,185,147). Sum of RGB (Red+Green+Blue) = 185+185+147=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B993 is #46466C. Grayscale: #B4B4B4. Windows color (decimal): -4605549 or 9681337. OLE color: 9681337.
HSL color Cylindrical-coordinate representation of color #B9B993: hue angle of 60º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9B993 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 185 | 147 | - |
| CMYK | 0 | 0 | 0.21 | 0.27 |
| HSL | 60º | 0.21% | 0.65% | - |
| HSV(B) | 60º | 0.21% | 0.73% | - |
| XYZ | 42.62 | 47.12 | 34.45 | - |
| YUV | 180.67 | 109 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 185 | 147 | 0 | 0 | 0.21 | 0.27 | 60 | 0.21 | 0.65 |
| Hex | B9 | B9 | 93 | 0 | 0 | 15 | 1B | 3C | 15 | 41 |
| Octal | 271 | 271 | 223 | 0 | 0 | 25 | 33 | 74 | 25 | 101 |
| Binary | 10111001 | 10111001 | 10010011 | 0 | 0 | 10101 | 11011 | 111100 | 10101 | 1000001 |
Color Harmonies of #B9B993
Complementary color
Monochromatic Colors of #B9B993
Black with #B9B993
Text Example
Text Example
White with #B9B993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B993; }
p { color: rgb(185,185,147); }
H1.HeaderClassName
{
color: #B9B993;
}
.AnyTagClassName
{
color: #B9B993;
}
</style>
background-color css
<style>
a { background-color: #B9B993; }
a { background-color: rgb(185,185,147); }
div.DivClassName
{
background-color: #B9B993;
}
.BgClassName
{
background-color: #B9B993;
}
</style>
border-color css
<style>
span { border-color: #B9B993; }
span { border-color: rgb(185,185,147); }
td.TdClassName
{
border-color: #B9B993;
}
.TagClassName
{
border-color: #B9B993;
}
</style>