Shades of Coriander #BCBA93
Tints of Coriander #BCBA93
RGB
CMYK
RGB Variations
Color information
#BCBA93 (or 0xBCBA93) is known color: Coriander. HEX triplet: BC, BA and 93. RGB value is (188,186,147). Sum of RGB (Red+Green+Blue) = 188+186+147=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA93 is #43456C. Grayscale: #B6B6B6. Windows color (decimal): -4408685 or 9681596. OLE color: 9681596.
HSL color Cylindrical-coordinate representation of color #BCBA93: hue angle of 57.07º 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 #BCBA93 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 147 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.26 |
| HSL | 57.07º | 0.23% | 0.66% | - |
| HSV(B) | 57.07º | 0.22% | 0.74% | - |
| XYZ | 43.56 | 47.92 | 34.56 | - |
| YUV | 182.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 147 | 0 | 0.01 | 0.22 | 0.26 | 57.07 | 0.23 | 0.66 |
| Hex | BC | BA | 93 | 0 | 1 | 16 | 1A | 39 | 17 | 42 |
| Octal | 274 | 272 | 223 | 0 | 1 | 26 | 32 | 71 | 27 | 102 |
| Binary | 10111100 | 10111010 | 10010011 | 0 | 1 | 10110 | 11010 | 111001 | 10111 | 1000010 |
Color Harmonies of #BCBA93
Complementary color
Monochromatic Colors of #BCBA93
Black with #BCBA93
Text Example
Text Example
White with #BCBA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA93; }
p { color: rgb(188,186,147); }
H1.HeaderClassName
{
color: #BCBA93;
}
.AnyTagClassName
{
color: #BCBA93;
}
</style>
background-color css
<style>
a { background-color: #BCBA93; }
a { background-color: rgb(188,186,147); }
div.DivClassName
{
background-color: #BCBA93;
}
.BgClassName
{
background-color: #BCBA93;
}
</style>
border-color css
<style>
span { border-color: #BCBA93; }
span { border-color: rgb(188,186,147); }
td.TdClassName
{
border-color: #BCBA93;
}
.TagClassName
{
border-color: #BCBA93;
}
</style>