Shades of Coriander #BAB28A
Tints of Coriander #BAB28A
RGB
CMYK
RGB Variations
Color information
#BAB28A (or 0xBAB28A) is known color: Coriander. HEX triplet: BA, B2 and 8A. RGB value is (186,178,138). Sum of RGB (Red+Green+Blue) = 186+178+138=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB28A is #454D75. Grayscale: #B0B0B0. Windows color (decimal): -4541814 or 9089722. OLE color: 9089722.
HSL color Cylindrical-coordinate representation of color #BAB28A: hue angle of 50º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAB28A is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 178 | 138 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.27 |
| HSL | 50º | 0.26% | 0.64% | - |
| HSV(B) | 50º | 0.26% | 0.73% | - |
| XYZ | 40.76 | 44.11 | 30.41 | - |
| YUV | 175.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 138 | 0 | 0.04 | 0.26 | 0.27 | 50 | 0.26 | 0.64 |
| Hex | BA | B2 | 8A | 0 | 4 | 1A | 1B | 32 | 1A | 40 |
| Octal | 272 | 262 | 212 | 0 | 4 | 32 | 33 | 62 | 32 | 100 |
| Binary | 10111010 | 10110010 | 10001010 | 0 | 100 | 11010 | 11011 | 110010 | 11010 | 1000000 |
Color Harmonies of #BAB28A
Complementary color
Monochromatic Colors of #BAB28A
Black with #BAB28A
Text Example
Text Example
White with #BAB28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB28A; }
p { color: rgb(186,178,138); }
H1.HeaderClassName
{
color: #BAB28A;
}
.AnyTagClassName
{
color: #BAB28A;
}
</style>
background-color css
<style>
a { background-color: #BAB28A; }
a { background-color: rgb(186,178,138); }
div.DivClassName
{
background-color: #BAB28A;
}
.BgClassName
{
background-color: #BAB28A;
}
</style>
border-color css
<style>
span { border-color: #BAB28A; }
span { border-color: rgb(186,178,138); }
td.TdClassName
{
border-color: #BAB28A;
}
.TagClassName
{
border-color: #BAB28A;
}
</style>