Shades of Coriander #BCB989
Tints of Coriander #BCB989
RGB
CMYK
RGB Variations
Color information
#BCB989 (or 0xBCB989) is known color: Coriander. HEX triplet: BC, B9 and 89. RGB value is (188,185,137). Sum of RGB (Red+Green+Blue) = 188+185+137=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB989 is #434676. Grayscale: #B4B4B4. Windows color (decimal): -4408951 or 9025980. OLE color: 9025980.
HSL color Cylindrical-coordinate representation of color #BCB989: hue angle of 56.47º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCB989 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 137 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.26 |
| HSL | 56.47º | 0.28% | 0.64% | - |
| HSV(B) | 56.47º | 0.27% | 0.74% | - |
| XYZ | 42.6 | 47.2 | 30.53 | - |
| YUV | 180.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 137 | 0 | 0.02 | 0.27 | 0.26 | 56.47 | 0.28 | 0.64 |
| Hex | BC | B9 | 89 | 0 | 2 | 1B | 1A | 38 | 1C | 40 |
| Octal | 274 | 271 | 211 | 0 | 2 | 33 | 32 | 70 | 34 | 100 |
| Binary | 10111100 | 10111001 | 10001001 | 0 | 10 | 11011 | 11010 | 111000 | 11100 | 1000000 |
Color Harmonies of #BCB989
Complementary color
Monochromatic Colors of #BCB989
Black with #BCB989
Text Example
Text Example
White with #BCB989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB989; }
p { color: rgb(188,185,137); }
H1.HeaderClassName
{
color: #BCB989;
}
.AnyTagClassName
{
color: #BCB989;
}
</style>
background-color css
<style>
a { background-color: #BCB989; }
a { background-color: rgb(188,185,137); }
div.DivClassName
{
background-color: #BCB989;
}
.BgClassName
{
background-color: #BCB989;
}
</style>
border-color css
<style>
span { border-color: #BCB989; }
span { border-color: rgb(188,185,137); }
td.TdClassName
{
border-color: #BCB989;
}
.TagClassName
{
border-color: #BCB989;
}
</style>