Shades of Coriander #BAB793
Tints of Coriander #BAB793
RGB
CMYK
RGB Variations
Color information
#BAB793 (or 0xBAB793) is known color: Coriander. HEX triplet: BA, B7 and 93. RGB value is (186,183,147). Sum of RGB (Red+Green+Blue) = 186+183+147=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB793 is #45486C. Grayscale: #B3B3B3. Windows color (decimal): -4540525 or 9680826. OLE color: 9680826.
HSL color Cylindrical-coordinate representation of color #BAB793: hue angle of 55.38º degrees, saturation: 0.22, 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 #BAB793 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 147 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.27 |
| HSL | 55.38º | 0.22% | 0.65% | - |
| HSV(B) | 55.38º | 0.21% | 0.73% | - |
| XYZ | 42.45 | 46.41 | 34.32 | - |
| YUV | 179.79 | 109.49 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 147 | 0 | 0.02 | 0.21 | 0.27 | 55.38 | 0.22 | 0.65 |
| Hex | BA | B7 | 93 | 0 | 2 | 15 | 1B | 37 | 16 | 41 |
| Octal | 272 | 267 | 223 | 0 | 2 | 25 | 33 | 67 | 26 | 101 |
| Binary | 10111010 | 10110111 | 10010011 | 0 | 10 | 10101 | 11011 | 110111 | 10110 | 1000001 |
Color Harmonies of #BAB793
Complementary color
Monochromatic Colors of #BAB793
Black with #BAB793
Text Example
Text Example
White with #BAB793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB793; }
p { color: rgb(186,183,147); }
H1.HeaderClassName
{
color: #BAB793;
}
.AnyTagClassName
{
color: #BAB793;
}
</style>
background-color css
<style>
a { background-color: #BAB793; }
a { background-color: rgb(186,183,147); }
div.DivClassName
{
background-color: #BAB793;
}
.BgClassName
{
background-color: #BAB793;
}
</style>
border-color css
<style>
span { border-color: #BAB793; }
span { border-color: rgb(186,183,147); }
td.TdClassName
{
border-color: #BAB793;
}
.TagClassName
{
border-color: #BAB793;
}
</style>