Shades of Coriander #BAB47F
Tints of Coriander #BAB47F
RGB
CMYK
RGB Variations
Color information
#BAB47F (or 0xBAB47F) is known color: Coriander. HEX triplet: BA, B4 and 7F. RGB value is (186,180,127). Sum of RGB (Red+Green+Blue) = 186+180+127=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB47F is #454B80. Grayscale: #AFAFAF. Windows color (decimal): -4541313 or 8369338. OLE color: 8369338.
HSL color Cylindrical-coordinate representation of color #BAB47F: hue angle of 53.9º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAB47F is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 180 | 127 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.27 |
| HSL | 53.9º | 0.3% | 0.61% | - |
| HSV(B) | 53.9º | 0.32% | 0.73% | - |
| XYZ | 40.4 | 44.61 | 26.56 | - |
| YUV | 175.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 180 | 127 | 0 | 0.03 | 0.32 | 0.27 | 53.9 | 0.3 | 0.61 |
| Hex | BA | B4 | 7F | 0 | 3 | 20 | 1B | 36 | 1E | 3D |
| Octal | 272 | 264 | 177 | 0 | 3 | 40 | 33 | 66 | 36 | 75 |
| Binary | 10111010 | 10110100 | 1111111 | 0 | 11 | 100000 | 11011 | 110110 | 11110 | 111101 |
Color Harmonies of #BAB47F
Complementary color
Monochromatic Colors of #BAB47F
Black with #BAB47F
Text Example
Text Example
White with #BAB47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB47F; }
p { color: rgb(186,180,127); }
H1.HeaderClassName
{
color: #BAB47F;
}
.AnyTagClassName
{
color: #BAB47F;
}
</style>
background-color css
<style>
a { background-color: #BAB47F; }
a { background-color: rgb(186,180,127); }
div.DivClassName
{
background-color: #BAB47F;
}
.BgClassName
{
background-color: #BAB47F;
}
</style>
border-color css
<style>
span { border-color: #BAB47F; }
span { border-color: rgb(186,180,127); }
td.TdClassName
{
border-color: #BAB47F;
}
.TagClassName
{
border-color: #BAB47F;
}
</style>