Shades of Coriander #BCBA87
Tints of Coriander #BCBA87
RGB
CMYK
RGB Variations
Color information
#BCBA87 (or 0xBCBA87) is known color: Coriander. HEX triplet: BC, BA and 87. RGB value is (188,186,135). Sum of RGB (Red+Green+Blue) = 188+186+135=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA87 is #434578. Grayscale: #B4B4B4. Windows color (decimal): -4408697 or 8895164. OLE color: 8895164.
HSL color Cylindrical-coordinate representation of color #BCBA87: hue angle of 57.74º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCBA87 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 135 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.26 |
| HSL | 57.74º | 0.28% | 0.63% | - |
| HSV(B) | 57.74º | 0.28% | 0.74% | - |
| XYZ | 42.67 | 47.56 | 29.85 | - |
| YUV | 180.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 135 | 0 | 0.01 | 0.28 | 0.26 | 57.74 | 0.28 | 0.63 |
| Hex | BC | BA | 87 | 0 | 1 | 1C | 1A | 3A | 1C | 3F |
| Octal | 274 | 272 | 207 | 0 | 1 | 34 | 32 | 72 | 34 | 77 |
| Binary | 10111100 | 10111010 | 10000111 | 0 | 1 | 11100 | 11010 | 111010 | 11100 | 111111 |
Color Harmonies of #BCBA87
Complementary color
Monochromatic Colors of #BCBA87
Black with #BCBA87
Text Example
Text Example
White with #BCBA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA87; }
p { color: rgb(188,186,135); }
H1.HeaderClassName
{
color: #BCBA87;
}
.AnyTagClassName
{
color: #BCBA87;
}
</style>
background-color css
<style>
a { background-color: #BCBA87; }
a { background-color: rgb(188,186,135); }
div.DivClassName
{
background-color: #BCBA87;
}
.BgClassName
{
background-color: #BCBA87;
}
</style>
border-color css
<style>
span { border-color: #BCBA87; }
span { border-color: rgb(188,186,135); }
td.TdClassName
{
border-color: #BCBA87;
}
.TagClassName
{
border-color: #BCBA87;
}
</style>