Shades of Coriander #BCB88C
Tints of Coriander #BCB88C
RGB
CMYK
RGB Variations
Color information
#BCB88C (or 0xBCB88C) is known color: Coriander. HEX triplet: BC, B8 and 8C. RGB value is (188,184,140). Sum of RGB (Red+Green+Blue) = 188+184+140=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB88C is #434773. Grayscale: #B4B4B4. Windows color (decimal): -4409204 or 9222332. OLE color: 9222332.
HSL color Cylindrical-coordinate representation of color #BCB88C: hue angle of 55º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCB88C is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 140 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.26 |
| HSL | 55º | 0.26% | 0.64% | - |
| HSV(B) | 55º | 0.26% | 0.74% | - |
| XYZ | 42.61 | 46.87 | 31.61 | - |
| YUV | 180.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 140 | 0 | 0.02 | 0.26 | 0.26 | 55 | 0.26 | 0.64 |
| Hex | BC | B8 | 8C | 0 | 2 | 1A | 1A | 37 | 1A | 40 |
| Octal | 274 | 270 | 214 | 0 | 2 | 32 | 32 | 67 | 32 | 100 |
| Binary | 10111100 | 10111000 | 10001100 | 0 | 10 | 11010 | 11010 | 110111 | 11010 | 1000000 |
Color Harmonies of #BCB88C
Complementary color
Monochromatic Colors of #BCB88C
Black with #BCB88C
Text Example
Text Example
White with #BCB88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB88C; }
p { color: rgb(188,184,140); }
H1.HeaderClassName
{
color: #BCB88C;
}
.AnyTagClassName
{
color: #BCB88C;
}
</style>
background-color css
<style>
a { background-color: #BCB88C; }
a { background-color: rgb(188,184,140); }
div.DivClassName
{
background-color: #BCB88C;
}
.BgClassName
{
background-color: #BCB88C;
}
</style>
border-color css
<style>
span { border-color: #BCB88C; }
span { border-color: rgb(188,184,140); }
td.TdClassName
{
border-color: #BCB88C;
}
.TagClassName
{
border-color: #BCB88C;
}
</style>