Shades of Coriander #BAB28C
Tints of Coriander #BAB28C
RGB
CMYK
RGB Variations
Color information
#BAB28C (or 0xBAB28C) is known color: Coriander. HEX triplet: BA, B2 and 8C. RGB value is (186,178,140). Sum of RGB (Red+Green+Blue) = 186+178+140=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB28C is #454D73. Grayscale: #B0B0B0. Windows color (decimal): -4541812 or 9220794. OLE color: 9220794.
HSL color Cylindrical-coordinate representation of color #BAB28C: hue angle of 49.57º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAB28C is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 140 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.27 |
| HSL | 49.57º | 0.25% | 0.64% | - |
| HSV(B) | 49.57º | 0.25% | 0.73% | - |
| XYZ | 40.9 | 44.17 | 31.18 | - |
| YUV | 176.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 140 | 0 | 0.04 | 0.25 | 0.27 | 49.57 | 0.25 | 0.64 |
| Hex | BA | B2 | 8C | 0 | 4 | 19 | 1B | 32 | 19 | 40 |
| Octal | 272 | 262 | 214 | 0 | 4 | 31 | 33 | 62 | 31 | 100 |
| Binary | 10111010 | 10110010 | 10001100 | 0 | 100 | 11001 | 11011 | 110010 | 11001 | 1000000 |
Color Harmonies of #BAB28C
Complementary color
Monochromatic Colors of #BAB28C
Black with #BAB28C
Text Example
Text Example
White with #BAB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB28C; }
p { color: rgb(186,178,140); }
H1.HeaderClassName
{
color: #BAB28C;
}
.AnyTagClassName
{
color: #BAB28C;
}
</style>
background-color css
<style>
a { background-color: #BAB28C; }
a { background-color: rgb(186,178,140); }
div.DivClassName
{
background-color: #BAB28C;
}
.BgClassName
{
background-color: #BAB28C;
}
</style>
border-color css
<style>
span { border-color: #BAB28C; }
span { border-color: rgb(186,178,140); }
td.TdClassName
{
border-color: #BAB28C;
}
.TagClassName
{
border-color: #BAB28C;
}
</style>