Shades of Coriander #BCB992
Tints of Coriander #BCB992
RGB
CMYK
RGB Variations
Color information
#BCB992 (or 0xBCB992) is known color: Coriander. HEX triplet: BC, B9 and 92. RGB value is (188,185,146). Sum of RGB (Red+Green+Blue) = 188+185+146=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB992 is #43466D. Grayscale: #B5B5B5. Windows color (decimal): -4408942 or 9615804. OLE color: 9615804.
HSL color Cylindrical-coordinate representation of color #BCB992: hue angle of 55.71º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB992 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 146 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.26 |
| HSL | 55.71º | 0.24% | 0.65% | - |
| HSV(B) | 55.71º | 0.22% | 0.74% | - |
| XYZ | 43.28 | 47.46 | 34.07 | - |
| YUV | 181.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 146 | 0 | 0.02 | 0.22 | 0.26 | 55.71 | 0.24 | 0.65 |
| Hex | BC | B9 | 92 | 0 | 2 | 16 | 1A | 38 | 18 | 41 |
| Octal | 274 | 271 | 222 | 0 | 2 | 26 | 32 | 70 | 30 | 101 |
| Binary | 10111100 | 10111001 | 10010010 | 0 | 10 | 10110 | 11010 | 111000 | 11000 | 1000001 |
Color Harmonies of #BCB992
Complementary color
Monochromatic Colors of #BCB992
Black with #BCB992
Text Example
Text Example
White with #BCB992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB992; }
p { color: rgb(188,185,146); }
H1.HeaderClassName
{
color: #BCB992;
}
.AnyTagClassName
{
color: #BCB992;
}
</style>
background-color css
<style>
a { background-color: #BCB992; }
a { background-color: rgb(188,185,146); }
div.DivClassName
{
background-color: #BCB992;
}
.BgClassName
{
background-color: #BCB992;
}
</style>
border-color css
<style>
span { border-color: #BCB992; }
span { border-color: rgb(188,185,146); }
td.TdClassName
{
border-color: #BCB992;
}
.TagClassName
{
border-color: #BCB992;
}
</style>