Shades of Coriander #BCBA8A
Tints of Coriander #BCBA8A
RGB
CMYK
RGB Variations
Color information
#BCBA8A (or 0xBCBA8A) is known color: Coriander. HEX triplet: BC, BA and 8A. RGB value is (188,186,138). Sum of RGB (Red+Green+Blue) = 188+186+138=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA8A is #434575. Grayscale: #B5B5B5. Windows color (decimal): -4408694 or 9091772. OLE color: 9091772.
HSL color Cylindrical-coordinate representation of color #BCBA8A: hue angle of 57.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCBA8A is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 138 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.26 |
| HSL | 57.6º | 0.27% | 0.64% | - |
| HSV(B) | 57.6º | 0.27% | 0.74% | - |
| XYZ | 42.89 | 47.64 | 30.98 | - |
| YUV | 181.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 138 | 0 | 0.01 | 0.27 | 0.26 | 57.6 | 0.27 | 0.64 |
| Hex | BC | BA | 8A | 0 | 1 | 1B | 1A | 3A | 1B | 40 |
| Octal | 274 | 272 | 212 | 0 | 1 | 33 | 32 | 72 | 33 | 100 |
| Binary | 10111100 | 10111010 | 10001010 | 0 | 1 | 11011 | 11010 | 111010 | 11011 | 1000000 |
Color Harmonies of #BCBA8A
Complementary color
Monochromatic Colors of #BCBA8A
Black with #BCBA8A
Text Example
Text Example
White with #BCBA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA8A; }
p { color: rgb(188,186,138); }
H1.HeaderClassName
{
color: #BCBA8A;
}
.AnyTagClassName
{
color: #BCBA8A;
}
</style>
background-color css
<style>
a { background-color: #BCBA8A; }
a { background-color: rgb(188,186,138); }
div.DivClassName
{
background-color: #BCBA8A;
}
.BgClassName
{
background-color: #BCBA8A;
}
</style>
border-color css
<style>
span { border-color: #BCBA8A; }
span { border-color: rgb(188,186,138); }
td.TdClassName
{
border-color: #BCBA8A;
}
.TagClassName
{
border-color: #BCBA8A;
}
</style>