Shades of Coriander #BAB78A
Tints of Coriander #BAB78A
RGB
CMYK
RGB Variations
Color information
#BAB78A (or 0xBAB78A) is known color: Coriander. HEX triplet: BA, B7 and 8A. RGB value is (186,183,138). Sum of RGB (Red+Green+Blue) = 186+183+138=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB78A is #454875. Grayscale: #B2B2B2. Windows color (decimal): -4540534 or 9091002. OLE color: 9091002.
HSL color Cylindrical-coordinate representation of color #BAB78A: hue angle of 56.25º 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 #BAB78A is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 138 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.27 |
| HSL | 56.25º | 0.26% | 0.64% | - |
| HSV(B) | 56.25º | 0.26% | 0.73% | - |
| XYZ | 41.77 | 46.14 | 30.75 | - |
| YUV | 178.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 138 | 0 | 0.02 | 0.26 | 0.27 | 56.25 | 0.26 | 0.64 |
| Hex | BA | B7 | 8A | 0 | 2 | 1A | 1B | 38 | 1A | 40 |
| Octal | 272 | 267 | 212 | 0 | 2 | 32 | 33 | 70 | 32 | 100 |
| Binary | 10111010 | 10110111 | 10001010 | 0 | 10 | 11010 | 11011 | 111000 | 11010 | 1000000 |
Color Harmonies of #BAB78A
Complementary color
Monochromatic Colors of #BAB78A
Black with #BAB78A
Text Example
Text Example
White with #BAB78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB78A; }
p { color: rgb(186,183,138); }
H1.HeaderClassName
{
color: #BAB78A;
}
.AnyTagClassName
{
color: #BAB78A;
}
</style>
background-color css
<style>
a { background-color: #BAB78A; }
a { background-color: rgb(186,183,138); }
div.DivClassName
{
background-color: #BAB78A;
}
.BgClassName
{
background-color: #BAB78A;
}
</style>
border-color css
<style>
span { border-color: #BAB78A; }
span { border-color: rgb(186,183,138); }
td.TdClassName
{
border-color: #BAB78A;
}
.TagClassName
{
border-color: #BAB78A;
}
</style>