Shades of Coriander #BAB68D
Tints of Coriander #BAB68D
RGB
CMYK
RGB Variations
Color information
#BAB68D (or 0xBAB68D) is known color: Coriander. HEX triplet: BA, B6 and 8D. RGB value is (186,182,141). Sum of RGB (Red+Green+Blue) = 186+182+141=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB68D is #454972. Grayscale: #B2B2B2. Windows color (decimal): -4540787 or 9287354. OLE color: 9287354.
HSL color Cylindrical-coordinate representation of color #BAB68D: hue angle of 54.67º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAB68D is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 141 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.27 |
| HSL | 54.67º | 0.25% | 0.64% | - |
| HSV(B) | 54.67º | 0.24% | 0.73% | - |
| XYZ | 41.79 | 45.82 | 31.84 | - |
| YUV | 178.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 141 | 0 | 0.02 | 0.24 | 0.27 | 54.67 | 0.25 | 0.64 |
| Hex | BA | B6 | 8D | 0 | 2 | 18 | 1B | 37 | 19 | 40 |
| Octal | 272 | 266 | 215 | 0 | 2 | 30 | 33 | 67 | 31 | 100 |
| Binary | 10111010 | 10110110 | 10001101 | 0 | 10 | 11000 | 11011 | 110111 | 11001 | 1000000 |
Color Harmonies of #BAB68D
Complementary color
Monochromatic Colors of #BAB68D
Black with #BAB68D
Text Example
Text Example
White with #BAB68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB68D; }
p { color: rgb(186,182,141); }
H1.HeaderClassName
{
color: #BAB68D;
}
.AnyTagClassName
{
color: #BAB68D;
}
</style>
background-color css
<style>
a { background-color: #BAB68D; }
a { background-color: rgb(186,182,141); }
div.DivClassName
{
background-color: #BAB68D;
}
.BgClassName
{
background-color: #BAB68D;
}
</style>
border-color css
<style>
span { border-color: #BAB68D; }
span { border-color: rgb(186,182,141); }
td.TdClassName
{
border-color: #BAB68D;
}
.TagClassName
{
border-color: #BAB68D;
}
</style>