Shades of Coriander #BCBB88
Tints of Coriander #BCBB88
RGB
CMYK
RGB Variations
Color information
#BCBB88 (or 0xBCBB88) is known color: Coriander. HEX triplet: BC, BB and 88. RGB value is (188,187,136). Sum of RGB (Red+Green+Blue) = 188+187+136=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB88 is #434477. Grayscale: #B5B5B5. Windows color (decimal): -4408440 or 8960956. OLE color: 8960956.
HSL color Cylindrical-coordinate representation of color #BCBB88: hue angle of 58.85º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCBB88 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 187 | 136 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.26 |
| HSL | 58.85º | 0.28% | 0.64% | - |
| HSV(B) | 58.85º | 0.28% | 0.74% | - |
| XYZ | 42.95 | 48.01 | 30.3 | - |
| YUV | 181.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 187 | 136 | 0 | 0.01 | 0.28 | 0.26 | 58.85 | 0.28 | 0.64 |
| Hex | BC | BB | 88 | 0 | 1 | 1C | 1A | 3B | 1C | 40 |
| Octal | 274 | 273 | 210 | 0 | 1 | 34 | 32 | 73 | 34 | 100 |
| Binary | 10111100 | 10111011 | 10001000 | 0 | 1 | 11100 | 11010 | 111011 | 11100 | 1000000 |
Color Harmonies of #BCBB88
Complementary color
Monochromatic Colors of #BCBB88
Black with #BCBB88
Text Example
Text Example
White with #BCBB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBB88; }
p { color: rgb(188,187,136); }
H1.HeaderClassName
{
color: #BCBB88;
}
.AnyTagClassName
{
color: #BCBB88;
}
</style>
background-color css
<style>
a { background-color: #BCBB88; }
a { background-color: rgb(188,187,136); }
div.DivClassName
{
background-color: #BCBB88;
}
.BgClassName
{
background-color: #BCBB88;
}
</style>
border-color css
<style>
span { border-color: #BCBB88; }
span { border-color: rgb(188,187,136); }
td.TdClassName
{
border-color: #BCBB88;
}
.TagClassName
{
border-color: #BCBB88;
}
</style>