Shades of Coriander #BCB993
Tints of Coriander #BCB993
RGB
CMYK
RGB Variations
Color information
#BCB993 (or 0xBCB993) is known color: Coriander. HEX triplet: BC, B9 and 93. RGB value is (188,185,147). Sum of RGB (Red+Green+Blue) = 188+185+147=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 147 (57.81% from 255 or 28.27% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB993 is #43466C. Grayscale: #B5B5B5. Windows color (decimal): -4408941 or 9681340. OLE color: 9681340.
HSL color Cylindrical-coordinate representation of color #BCB993: hue angle of 55.61º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB993 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 147 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.26 |
| HSL | 55.61º | 0.23% | 0.66% | - |
| HSV(B) | 55.61º | 0.22% | 0.74% | - |
| XYZ | 43.35 | 47.5 | 34.49 | - |
| YUV | 181.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 147 | 0 | 0.02 | 0.22 | 0.26 | 55.61 | 0.23 | 0.66 |
| Hex | BC | B9 | 93 | 0 | 2 | 16 | 1A | 38 | 17 | 42 |
| Octal | 274 | 271 | 223 | 0 | 2 | 26 | 32 | 70 | 27 | 102 |
| Binary | 10111100 | 10111001 | 10010011 | 0 | 10 | 10110 | 11010 | 111000 | 10111 | 1000010 |
Color Harmonies of #BCB993
Complementary color
Monochromatic Colors of #BCB993
Black with #BCB993
Text Example
Text Example
White with #BCB993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB993; }
p { color: rgb(188,185,147); }
H1.HeaderClassName
{
color: #BCB993;
}
.AnyTagClassName
{
color: #BCB993;
}
</style>
background-color css
<style>
a { background-color: #BCB993; }
a { background-color: rgb(188,185,147); }
div.DivClassName
{
background-color: #BCB993;
}
.BgClassName
{
background-color: #BCB993;
}
</style>
border-color css
<style>
span { border-color: #BCB993; }
span { border-color: rgb(188,185,147); }
td.TdClassName
{
border-color: #BCB993;
}
.TagClassName
{
border-color: #BCB993;
}
</style>