Shades of Coriander #BAB68A
Tints of Coriander #BAB68A
RGB
CMYK
RGB Variations
Color information
#BAB68A (or 0xBAB68A) is known color: Coriander. HEX triplet: BA, B6 and 8A. RGB value is (186,182,138). Sum of RGB (Red+Green+Blue) = 186+182+138=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB68A is #454975. Grayscale: #B2B2B2. Windows color (decimal): -4540790 or 9090746. OLE color: 9090746.
HSL color Cylindrical-coordinate representation of color #BAB68A: hue angle of 55º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAB68A is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 138 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.27 |
| HSL | 55º | 0.26% | 0.64% | - |
| HSV(B) | 55º | 0.26% | 0.73% | - |
| XYZ | 41.57 | 45.73 | 30.68 | - |
| YUV | 178.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 138 | 0 | 0.02 | 0.26 | 0.27 | 55 | 0.26 | 0.64 |
| Hex | BA | B6 | 8A | 0 | 2 | 1A | 1B | 37 | 1A | 40 |
| Octal | 272 | 266 | 212 | 0 | 2 | 32 | 33 | 67 | 32 | 100 |
| Binary | 10111010 | 10110110 | 10001010 | 0 | 10 | 11010 | 11011 | 110111 | 11010 | 1000000 |
Color Harmonies of #BAB68A
Complementary color
Monochromatic Colors of #BAB68A
Black with #BAB68A
Text Example
Text Example
White with #BAB68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB68A; }
p { color: rgb(186,182,138); }
H1.HeaderClassName
{
color: #BAB68A;
}
.AnyTagClassName
{
color: #BAB68A;
}
</style>
background-color css
<style>
a { background-color: #BAB68A; }
a { background-color: rgb(186,182,138); }
div.DivClassName
{
background-color: #BAB68A;
}
.BgClassName
{
background-color: #BAB68A;
}
</style>
border-color css
<style>
span { border-color: #BAB68A; }
span { border-color: rgb(186,182,138); }
td.TdClassName
{
border-color: #BAB68A;
}
.TagClassName
{
border-color: #BAB68A;
}
</style>