Shades of Coriander #BCB88E
Tints of Coriander #BCB88E
RGB
CMYK
RGB Variations
Color information
#BCB88E (or 0xBCB88E) is known color: Coriander. HEX triplet: BC, B8 and 8E. RGB value is (188,184,142). Sum of RGB (Red+Green+Blue) = 188+184+142=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB88E is #434771. Grayscale: #B4B4B4. Windows color (decimal): -4409202 or 9353404. OLE color: 9353404.
HSL color Cylindrical-coordinate representation of color #BCB88E: hue angle of 54.78º degrees, saturation: 0.26, 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 #BCB88E is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 142 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.26 |
| HSL | 54.78º | 0.26% | 0.65% | - |
| HSV(B) | 54.78º | 0.24% | 0.74% | - |
| XYZ | 42.76 | 46.93 | 32.39 | - |
| YUV | 180.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 142 | 0 | 0.02 | 0.24 | 0.26 | 54.78 | 0.26 | 0.65 |
| Hex | BC | B8 | 8E | 0 | 2 | 18 | 1A | 37 | 1A | 41 |
| Octal | 274 | 270 | 216 | 0 | 2 | 30 | 32 | 67 | 32 | 101 |
| Binary | 10111100 | 10111000 | 10001110 | 0 | 10 | 11000 | 11010 | 110111 | 11010 | 1000001 |
Color Harmonies of #BCB88E
Complementary color
Monochromatic Colors of #BCB88E
Black with #BCB88E
Text Example
Text Example
White with #BCB88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB88E; }
p { color: rgb(188,184,142); }
H1.HeaderClassName
{
color: #BCB88E;
}
.AnyTagClassName
{
color: #BCB88E;
}
</style>
background-color css
<style>
a { background-color: #BCB88E; }
a { background-color: rgb(188,184,142); }
div.DivClassName
{
background-color: #BCB88E;
}
.BgClassName
{
background-color: #BCB88E;
}
</style>
border-color css
<style>
span { border-color: #BCB88E; }
span { border-color: rgb(188,184,142); }
td.TdClassName
{
border-color: #BCB88E;
}
.TagClassName
{
border-color: #BCB88E;
}
</style>