Shades of Coriander #BCB386
Tints of Coriander #BCB386
RGB
CMYK
RGB Variations
Color information
#BCB386 (or 0xBCB386) is known color: Coriander. HEX triplet: BC, B3 and 86. RGB value is (188,179,134). Sum of RGB (Red+Green+Blue) = 188+179+134=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB386 is #434C79. Grayscale: #B0B0B0. Windows color (decimal): -4410490 or 8827836. OLE color: 8827836.
HSL color Cylindrical-coordinate representation of color #BCB386: hue angle of 50º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCB386 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 134 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.26 |
| HSL | 50º | 0.29% | 0.63% | - |
| HSV(B) | 50º | 0.29% | 0.74% | - |
| XYZ | 41.16 | 44.65 | 29 | - |
| YUV | 176.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 134 | 0 | 0.05 | 0.29 | 0.26 | 50 | 0.29 | 0.63 |
| Hex | BC | B3 | 86 | 0 | 5 | 1D | 1A | 32 | 1D | 3F |
| Octal | 274 | 263 | 206 | 0 | 5 | 35 | 32 | 62 | 35 | 77 |
| Binary | 10111100 | 10110011 | 10000110 | 0 | 101 | 11101 | 11010 | 110010 | 11101 | 111111 |
Color Harmonies of #BCB386
Complementary color
Monochromatic Colors of #BCB386
Black with #BCB386
Text Example
Text Example
White with #BCB386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB386; }
p { color: rgb(188,179,134); }
H1.HeaderClassName
{
color: #BCB386;
}
.AnyTagClassName
{
color: #BCB386;
}
</style>
background-color css
<style>
a { background-color: #BCB386; }
a { background-color: rgb(188,179,134); }
div.DivClassName
{
background-color: #BCB386;
}
.BgClassName
{
background-color: #BCB386;
}
</style>
border-color css
<style>
span { border-color: #BCB386; }
span { border-color: rgb(188,179,134); }
td.TdClassName
{
border-color: #BCB386;
}
.TagClassName
{
border-color: #BCB386;
}
</style>