Shades of Coriander #BAB782
Tints of Coriander #BAB782
RGB
CMYK
RGB Variations
Color information
#BAB782 (or 0xBAB782) is known color: Coriander. HEX triplet: BA, B7 and 82. RGB value is (186,183,130). Sum of RGB (Red+Green+Blue) = 186+183+130=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB782 is #45487D. Grayscale: #B2B2B2. Windows color (decimal): -4540542 or 8566714. OLE color: 8566714.
HSL color Cylindrical-coordinate representation of color #BAB782: hue angle of 56.79º degrees, saturation: 0.29, 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 #BAB782 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 183 | 130 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.27 |
| HSL | 56.79º | 0.29% | 0.62% | - |
| HSV(B) | 56.79º | 0.3% | 0.73% | - |
| XYZ | 41.21 | 45.92 | 27.81 | - |
| YUV | 177.86 | 100.99 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 130 | 0 | 0.02 | 0.30 | 0.27 | 56.79 | 0.29 | 0.62 |
| Hex | BA | B7 | 82 | 0 | 2 | 1E | 1B | 39 | 1D | 3E |
| Octal | 272 | 267 | 202 | 0 | 2 | 36 | 33 | 71 | 35 | 76 |
| Binary | 10111010 | 10110111 | 10000010 | 0 | 10 | 11110 | 11011 | 111001 | 11101 | 111110 |
Color Harmonies of #BAB782
Complementary color
Monochromatic Colors of #BAB782
Black with #BAB782
Text Example
Text Example
White with #BAB782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB782; }
p { color: rgb(186,183,130); }
H1.HeaderClassName
{
color: #BAB782;
}
.AnyTagClassName
{
color: #BAB782;
}
</style>
background-color css
<style>
a { background-color: #BAB782; }
a { background-color: rgb(186,183,130); }
div.DivClassName
{
background-color: #BAB782;
}
.BgClassName
{
background-color: #BAB782;
}
</style>
border-color css
<style>
span { border-color: #BAB782; }
span { border-color: rgb(186,183,130); }
td.TdClassName
{
border-color: #BAB782;
}
.TagClassName
{
border-color: #BAB782;
}
</style>