Shades of Coriander #BCB893
Tints of Coriander #BCB893
RGB
CMYK
RGB Variations
Color information
#BCB893 (or 0xBCB893) is known color: Coriander. HEX triplet: BC, B8 and 93. RGB value is (188,184,147). Sum of RGB (Red+Green+Blue) = 188+184+147=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB893 is #43476C. Grayscale: #B5B5B5. Windows color (decimal): -4409197 or 9681084. OLE color: 9681084.
HSL color Cylindrical-coordinate representation of color #BCB893: hue angle of 54.15º 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 #BCB893 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 147 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.26 |
| HSL | 54.15º | 0.23% | 0.66% | - |
| HSV(B) | 54.15º | 0.22% | 0.74% | - |
| XYZ | 43.15 | 47.08 | 34.42 | - |
| YUV | 180.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 147 | 0 | 0.02 | 0.22 | 0.26 | 54.15 | 0.23 | 0.66 |
| Hex | BC | B8 | 93 | 0 | 2 | 16 | 1A | 36 | 17 | 42 |
| Octal | 274 | 270 | 223 | 0 | 2 | 26 | 32 | 66 | 27 | 102 |
| Binary | 10111100 | 10111000 | 10010011 | 0 | 10 | 10110 | 11010 | 110110 | 10111 | 1000010 |
Color Harmonies of #BCB893
Complementary color
Monochromatic Colors of #BCB893
Black with #BCB893
Text Example
Text Example
White with #BCB893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB893; }
p { color: rgb(188,184,147); }
H1.HeaderClassName
{
color: #BCB893;
}
.AnyTagClassName
{
color: #BCB893;
}
</style>
background-color css
<style>
a { background-color: #BCB893; }
a { background-color: rgb(188,184,147); }
div.DivClassName
{
background-color: #BCB893;
}
.BgClassName
{
background-color: #BCB893;
}
</style>
border-color css
<style>
span { border-color: #BCB893; }
span { border-color: rgb(188,184,147); }
td.TdClassName
{
border-color: #BCB893;
}
.TagClassName
{
border-color: #BCB893;
}
</style>