Shades of Coriander #BAB38F
Tints of Coriander #BAB38F
RGB
CMYK
RGB Variations
Color information
#BAB38F (or 0xBAB38F) is known color: Coriander. HEX triplet: BA, B3 and 8F. RGB value is (186,179,143). Sum of RGB (Red+Green+Blue) = 186+179+143=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB38F is #454C70. Grayscale: #B1B1B1. Windows color (decimal): -4541553 or 9417658. OLE color: 9417658.
HSL color Cylindrical-coordinate representation of color #BAB38F: hue angle of 50.23º 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 #BAB38F is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 143 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.27 |
| HSL | 50.23º | 0.24% | 0.65% | - |
| HSV(B) | 50.23º | 0.23% | 0.73% | - |
| XYZ | 41.33 | 44.66 | 32.43 | - |
| YUV | 176.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 143 | 0 | 0.04 | 0.23 | 0.27 | 50.23 | 0.24 | 0.65 |
| Hex | BA | B3 | 8F | 0 | 4 | 17 | 1B | 32 | 18 | 41 |
| Octal | 272 | 263 | 217 | 0 | 4 | 27 | 33 | 62 | 30 | 101 |
| Binary | 10111010 | 10110011 | 10001111 | 0 | 100 | 10111 | 11011 | 110010 | 11000 | 1000001 |
Color Harmonies of #BAB38F
Complementary color
Monochromatic Colors of #BAB38F
Black with #BAB38F
Text Example
Text Example
White with #BAB38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB38F; }
p { color: rgb(186,179,143); }
H1.HeaderClassName
{
color: #BAB38F;
}
.AnyTagClassName
{
color: #BAB38F;
}
</style>
background-color css
<style>
a { background-color: #BAB38F; }
a { background-color: rgb(186,179,143); }
div.DivClassName
{
background-color: #BAB38F;
}
.BgClassName
{
background-color: #BAB38F;
}
</style>
border-color css
<style>
span { border-color: #BAB38F; }
span { border-color: rgb(186,179,143); }
td.TdClassName
{
border-color: #BAB38F;
}
.TagClassName
{
border-color: #BAB38F;
}
</style>