Shades of Coriander #BCB98C
Tints of Coriander #BCB98C
RGB
CMYK
RGB Variations
Color information
#BCB98C (or 0xBCB98C) is known color: Coriander. HEX triplet: BC, B9 and 8C. RGB value is (188,185,140). Sum of RGB (Red+Green+Blue) = 188+185+140=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB98C is #434673. Grayscale: #B4B4B4. Windows color (decimal): -4408948 or 9222588. OLE color: 9222588.
HSL color Cylindrical-coordinate representation of color #BCB98C: hue angle of 56.25º 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 #BCB98C is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 140 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.26 |
| HSL | 56.25º | 0.26% | 0.64% | - |
| HSV(B) | 56.25º | 0.26% | 0.74% | - |
| XYZ | 42.82 | 47.28 | 31.68 | - |
| YUV | 180.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 140 | 0 | 0.02 | 0.26 | 0.26 | 56.25 | 0.26 | 0.64 |
| Hex | BC | B9 | 8C | 0 | 2 | 1A | 1A | 38 | 1A | 40 |
| Octal | 274 | 271 | 214 | 0 | 2 | 32 | 32 | 70 | 32 | 100 |
| Binary | 10111100 | 10111001 | 10001100 | 0 | 10 | 11010 | 11010 | 111000 | 11010 | 1000000 |
Color Harmonies of #BCB98C
Complementary color
Monochromatic Colors of #BCB98C
Black with #BCB98C
Text Example
Text Example
White with #BCB98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB98C; }
p { color: rgb(188,185,140); }
H1.HeaderClassName
{
color: #BCB98C;
}
.AnyTagClassName
{
color: #BCB98C;
}
</style>
background-color css
<style>
a { background-color: #BCB98C; }
a { background-color: rgb(188,185,140); }
div.DivClassName
{
background-color: #BCB98C;
}
.BgClassName
{
background-color: #BCB98C;
}
</style>
border-color css
<style>
span { border-color: #BCB98C; }
span { border-color: rgb(188,185,140); }
td.TdClassName
{
border-color: #BCB98C;
}
.TagClassName
{
border-color: #BCB98C;
}
</style>