Shades of Coriander #BAB78F
Tints of Coriander #BAB78F
RGB
CMYK
RGB Variations
Color information
#BAB78F (or 0xBAB78F) is known color: Coriander. HEX triplet: BA, B7 and 8F. RGB value is (186,183,143). Sum of RGB (Red+Green+Blue) = 186+183+143=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB78F is #454870. Grayscale: #B3B3B3. Windows color (decimal): -4540529 or 9418682. OLE color: 9418682.
HSL color Cylindrical-coordinate representation of color #BAB78F: hue angle of 55.81º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAB78F is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 143 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.27 |
| HSL | 55.81º | 0.24% | 0.65% | - |
| HSV(B) | 55.81º | 0.23% | 0.73% | - |
| XYZ | 42.14 | 46.29 | 32.7 | - |
| YUV | 179.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 143 | 0 | 0.02 | 0.23 | 0.27 | 55.81 | 0.24 | 0.65 |
| Hex | BA | B7 | 8F | 0 | 2 | 17 | 1B | 38 | 18 | 41 |
| Octal | 272 | 267 | 217 | 0 | 2 | 27 | 33 | 70 | 30 | 101 |
| Binary | 10111010 | 10110111 | 10001111 | 0 | 10 | 10111 | 11011 | 111000 | 11000 | 1000001 |
Color Harmonies of #BAB78F
Complementary color
Monochromatic Colors of #BAB78F
Black with #BAB78F
Text Example
Text Example
White with #BAB78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB78F; }
p { color: rgb(186,183,143); }
H1.HeaderClassName
{
color: #BAB78F;
}
.AnyTagClassName
{
color: #BAB78F;
}
</style>
background-color css
<style>
a { background-color: #BAB78F; }
a { background-color: rgb(186,183,143); }
div.DivClassName
{
background-color: #BAB78F;
}
.BgClassName
{
background-color: #BAB78F;
}
</style>
border-color css
<style>
span { border-color: #BAB78F; }
span { border-color: rgb(186,183,143); }
td.TdClassName
{
border-color: #BAB78F;
}
.TagClassName
{
border-color: #BAB78F;
}
</style>