Shades of Coriander #BCB393
Tints of Coriander #BCB393
RGB
CMYK
RGB Variations
Color information
#BCB393 (or 0xBCB393) is known color: Coriander. HEX triplet: BC, B3 and 93. RGB value is (188,179,147). Sum of RGB (Red+Green+Blue) = 188+179+147=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB393 is #434C6C. Grayscale: #B2B2B2. Windows color (decimal): -4410477 or 9679804. OLE color: 9679804.
HSL color Cylindrical-coordinate representation of color #BCB393: hue angle of 46.83º 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 #BCB393 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 147 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.26 |
| HSL | 46.83º | 0.23% | 0.66% | - |
| HSV(B) | 46.83º | 0.22% | 0.74% | - |
| XYZ | 42.13 | 45.04 | 34.08 | - |
| YUV | 178.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 147 | 0 | 0.05 | 0.22 | 0.26 | 46.83 | 0.23 | 0.66 |
| Hex | BC | B3 | 93 | 0 | 5 | 16 | 1A | 2F | 17 | 42 |
| Octal | 274 | 263 | 223 | 0 | 5 | 26 | 32 | 57 | 27 | 102 |
| Binary | 10111100 | 10110011 | 10010011 | 0 | 101 | 10110 | 11010 | 101111 | 10111 | 1000010 |
Color Harmonies of #BCB393
Complementary color
Monochromatic Colors of #BCB393
Black with #BCB393
Text Example
Text Example
White with #BCB393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB393; }
p { color: rgb(188,179,147); }
H1.HeaderClassName
{
color: #BCB393;
}
.AnyTagClassName
{
color: #BCB393;
}
</style>
background-color css
<style>
a { background-color: #BCB393; }
a { background-color: rgb(188,179,147); }
div.DivClassName
{
background-color: #BCB393;
}
.BgClassName
{
background-color: #BCB393;
}
</style>
border-color css
<style>
span { border-color: #BCB393; }
span { border-color: rgb(188,179,147); }
td.TdClassName
{
border-color: #BCB393;
}
.TagClassName
{
border-color: #BCB393;
}
</style>