Shades of Coriander #BCB886
Tints of Coriander #BCB886
RGB
CMYK
RGB Variations
Color information
#BCB886 (or 0xBCB886) is known color: Coriander. HEX triplet: BC, B8 and 86. RGB value is (188,184,134). Sum of RGB (Red+Green+Blue) = 188+184+134=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB886 is #434779. Grayscale: #B3B3B3. Windows color (decimal): -4409210 or 8829116. OLE color: 8829116.
HSL color Cylindrical-coordinate representation of color #BCB886: hue angle of 55.56º 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 #BCB886 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 134 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.26 |
| HSL | 55.56º | 0.29% | 0.63% | - |
| HSV(B) | 55.56º | 0.29% | 0.74% | - |
| XYZ | 42.18 | 46.69 | 29.34 | - |
| YUV | 179.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 134 | 0 | 0.02 | 0.29 | 0.26 | 55.56 | 0.29 | 0.63 |
| Hex | BC | B8 | 86 | 0 | 2 | 1D | 1A | 38 | 1D | 3F |
| Octal | 274 | 270 | 206 | 0 | 2 | 35 | 32 | 70 | 35 | 77 |
| Binary | 10111100 | 10111000 | 10000110 | 0 | 10 | 11101 | 11010 | 111000 | 11101 | 111111 |
Color Harmonies of #BCB886
Complementary color
Monochromatic Colors of #BCB886
Black with #BCB886
Text Example
Text Example
White with #BCB886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB886; }
p { color: rgb(188,184,134); }
H1.HeaderClassName
{
color: #BCB886;
}
.AnyTagClassName
{
color: #BCB886;
}
</style>
background-color css
<style>
a { background-color: #BCB886; }
a { background-color: rgb(188,184,134); }
div.DivClassName
{
background-color: #BCB886;
}
.BgClassName
{
background-color: #BCB886;
}
</style>
border-color css
<style>
span { border-color: #BCB886; }
span { border-color: rgb(188,184,134); }
td.TdClassName
{
border-color: #BCB886;
}
.TagClassName
{
border-color: #BCB886;
}
</style>