Shades of Coriander #BCBA8C
Tints of Coriander #BCBA8C
RGB
CMYK
RGB Variations
Color information
#BCBA8C (or 0xBCBA8C) is known color: Coriander. HEX triplet: BC, BA and 8C. RGB value is (188,186,140). Sum of RGB (Red+Green+Blue) = 188+186+140=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA8C is #434573. Grayscale: #B5B5B5. Windows color (decimal): -4408692 or 9222844. OLE color: 9222844.
HSL color Cylindrical-coordinate representation of color #BCBA8C: hue angle of 57.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCBA8C is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 140 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.26 |
| HSL | 57.5º | 0.26% | 0.64% | - |
| HSV(B) | 57.5º | 0.26% | 0.74% | - |
| XYZ | 43.03 | 47.7 | 31.75 | - |
| YUV | 181.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 140 | 0 | 0.01 | 0.26 | 0.26 | 57.5 | 0.26 | 0.64 |
| Hex | BC | BA | 8C | 0 | 1 | 1A | 1A | 3A | 1A | 40 |
| Octal | 274 | 272 | 214 | 0 | 1 | 32 | 32 | 72 | 32 | 100 |
| Binary | 10111100 | 10111010 | 10001100 | 0 | 1 | 11010 | 11010 | 111010 | 11010 | 1000000 |
Color Harmonies of #BCBA8C
Complementary color
Monochromatic Colors of #BCBA8C
Black with #BCBA8C
Text Example
Text Example
White with #BCBA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA8C; }
p { color: rgb(188,186,140); }
H1.HeaderClassName
{
color: #BCBA8C;
}
.AnyTagClassName
{
color: #BCBA8C;
}
</style>
background-color css
<style>
a { background-color: #BCBA8C; }
a { background-color: rgb(188,186,140); }
div.DivClassName
{
background-color: #BCBA8C;
}
.BgClassName
{
background-color: #BCBA8C;
}
</style>
border-color css
<style>
span { border-color: #BCBA8C; }
span { border-color: rgb(188,186,140); }
td.TdClassName
{
border-color: #BCBA8C;
}
.TagClassName
{
border-color: #BCBA8C;
}
</style>