Shades of Coriander #BCB883
Tints of Coriander #BCB883
RGB
CMYK
RGB Variations
Color information
#BCB883 (or 0xBCB883) is known color: Coriander. HEX triplet: BC, B8 and 83. RGB value is (188,184,131). Sum of RGB (Red+Green+Blue) = 188+184+131=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB883 is #43477C. Grayscale: #B3B3B3. Windows color (decimal): -4409213 or 8632508. OLE color: 8632508.
HSL color Cylindrical-coordinate representation of color #BCB883: hue angle of 55.79º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCB883 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 131 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.26 |
| HSL | 55.79º | 0.3% | 0.63% | - |
| HSV(B) | 55.79º | 0.3% | 0.74% | - |
| XYZ | 41.98 | 46.61 | 28.26 | - |
| YUV | 179.15 | 100.83 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 131 | 0 | 0.02 | 0.30 | 0.26 | 55.79 | 0.3 | 0.63 |
| Hex | BC | B8 | 83 | 0 | 2 | 1E | 1A | 38 | 1E | 3F |
| Octal | 274 | 270 | 203 | 0 | 2 | 36 | 32 | 70 | 36 | 77 |
| Binary | 10111100 | 10111000 | 10000011 | 0 | 10 | 11110 | 11010 | 111000 | 11110 | 111111 |
Color Harmonies of #BCB883
Complementary color
Monochromatic Colors of #BCB883
Black with #BCB883
Text Example
Text Example
White with #BCB883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB883; }
p { color: rgb(188,184,131); }
H1.HeaderClassName
{
color: #BCB883;
}
.AnyTagClassName
{
color: #BCB883;
}
</style>
background-color css
<style>
a { background-color: #BCB883; }
a { background-color: rgb(188,184,131); }
div.DivClassName
{
background-color: #BCB883;
}
.BgClassName
{
background-color: #BCB883;
}
</style>
border-color css
<style>
span { border-color: #BCB883; }
span { border-color: rgb(188,184,131); }
td.TdClassName
{
border-color: #BCB883;
}
.TagClassName
{
border-color: #BCB883;
}
</style>