Shades of Coriander #BAB383
Tints of Coriander #BAB383
RGB
CMYK
RGB Variations
Color information
#BAB383 (or 0xBAB383) is known color: Coriander. HEX triplet: BA, B3 and 83. RGB value is (186,179,131). Sum of RGB (Red+Green+Blue) = 186+179+131=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB383 is #454C7C. Grayscale: #AFAFAF. Windows color (decimal): -4541565 or 8631226. OLE color: 8631226.
HSL color Cylindrical-coordinate representation of color #BAB383: hue angle of 52.36º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAB383 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 179 | 131 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.27 |
| HSL | 52.36º | 0.28% | 0.62% | - |
| HSV(B) | 52.36º | 0.3% | 0.73% | - |
| XYZ | 40.47 | 44.32 | 27.89 | - |
| YUV | 175.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 131 | 0 | 0.04 | 0.30 | 0.27 | 52.36 | 0.28 | 0.62 |
| Hex | BA | B3 | 83 | 0 | 4 | 1E | 1B | 34 | 1C | 3E |
| Octal | 272 | 263 | 203 | 0 | 4 | 36 | 33 | 64 | 34 | 76 |
| Binary | 10111010 | 10110011 | 10000011 | 0 | 100 | 11110 | 11011 | 110100 | 11100 | 111110 |
Color Harmonies of #BAB383
Complementary color
Monochromatic Colors of #BAB383
Black with #BAB383
Text Example
Text Example
White with #BAB383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB383; }
p { color: rgb(186,179,131); }
H1.HeaderClassName
{
color: #BAB383;
}
.AnyTagClassName
{
color: #BAB383;
}
</style>
background-color css
<style>
a { background-color: #BAB383; }
a { background-color: rgb(186,179,131); }
div.DivClassName
{
background-color: #BAB383;
}
.BgClassName
{
background-color: #BAB383;
}
</style>
border-color css
<style>
span { border-color: #BAB383; }
span { border-color: rgb(186,179,131); }
td.TdClassName
{
border-color: #BAB383;
}
.TagClassName
{
border-color: #BAB383;
}
</style>