Shades of Coriander #BCBB8F
Tints of Coriander #BCBB8F
RGB
CMYK
RGB Variations
Color information
#BCBB8F (or 0xBCBB8F) is known color: Coriander. HEX triplet: BC, BB and 8F. RGB value is (188,187,143). Sum of RGB (Red+Green+Blue) = 188+187+143=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB8F is #434470. Grayscale: #B6B6B6. Windows color (decimal): -4408433 or 9419708. OLE color: 9419708.
HSL color Cylindrical-coordinate representation of color #BCBB8F: hue angle of 58.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCBB8F is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 143 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.26 |
| HSL | 58.67º | 0.25% | 0.65% | - |
| HSV(B) | 58.67º | 0.24% | 0.74% | - |
| XYZ | 43.47 | 48.22 | 33 | - |
| YUV | 182.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 143 | 0 | 0.01 | 0.24 | 0.26 | 58.67 | 0.25 | 0.65 |
| Hex | BC | BB | 8F | 0 | 1 | 18 | 1A | 3B | 19 | 41 |
| Octal | 274 | 273 | 217 | 0 | 1 | 30 | 32 | 73 | 31 | 101 |
| Binary | 10111100 | 10111011 | 10001111 | 0 | 1 | 11000 | 11010 | 111011 | 11001 | 1000001 |
Color Harmonies of #BCBB8F
Complementary color
Monochromatic Colors of #BCBB8F
Black with #BCBB8F
Text Example
Text Example
White with #BCBB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB8F; }
p { color: rgb(188,187,143); }
H1.HeaderClassName
{
color: #BCBB8F;
}
.AnyTagClassName
{
color: #BCBB8F;
}
</style>
background-color css
<style>
a { background-color: #BCBB8F; }
a { background-color: rgb(188,187,143); }
div.DivClassName
{
background-color: #BCBB8F;
}
.BgClassName
{
background-color: #BCBB8F;
}
</style>
border-color css
<style>
span { border-color: #BCBB8F; }
span { border-color: rgb(188,187,143); }
td.TdClassName
{
border-color: #BCBB8F;
}
.TagClassName
{
border-color: #BCBB8F;
}
</style>