Shades of Coriander #BAB694
Tints of Coriander #BAB694
RGB
CMYK
RGB Variations
Color information
#BAB694 (or 0xBAB694) is known color: Coriander. HEX triplet: BA, B6 and 94. RGB value is (186,182,148). Sum of RGB (Red+Green+Blue) = 186+182+148=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB694 is #45496B. Grayscale: #B3B3B3. Windows color (decimal): -4540780 or 9746106. OLE color: 9746106.
HSL color Cylindrical-coordinate representation of color #BAB694: hue angle of 53.68º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAB694 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 148 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.27 |
| HSL | 53.68º | 0.22% | 0.65% | - |
| HSV(B) | 53.68º | 0.2% | 0.73% | - |
| XYZ | 42.32 | 46.03 | 34.67 | - |
| YUV | 179.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 148 | 0 | 0.02 | 0.20 | 0.27 | 53.68 | 0.22 | 0.65 |
| Hex | BA | B6 | 94 | 0 | 2 | 14 | 1B | 36 | 16 | 41 |
| Octal | 272 | 266 | 224 | 0 | 2 | 24 | 33 | 66 | 26 | 101 |
| Binary | 10111010 | 10110110 | 10010100 | 0 | 10 | 10100 | 11011 | 110110 | 10110 | 1000001 |
Color Harmonies of #BAB694
Complementary color
Monochromatic Colors of #BAB694
Black with #BAB694
Text Example
Text Example
White with #BAB694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB694; }
p { color: rgb(186,182,148); }
H1.HeaderClassName
{
color: #BAB694;
}
.AnyTagClassName
{
color: #BAB694;
}
</style>
background-color css
<style>
a { background-color: #BAB694; }
a { background-color: rgb(186,182,148); }
div.DivClassName
{
background-color: #BAB694;
}
.BgClassName
{
background-color: #BAB694;
}
</style>
border-color css
<style>
span { border-color: #BAB694; }
span { border-color: rgb(186,182,148); }
td.TdClassName
{
border-color: #BAB694;
}
.TagClassName
{
border-color: #BAB694;
}
</style>