Shades of Coriander #BCB391
Tints of Coriander #BCB391
RGB
CMYK
RGB Variations
Color information
#BCB391 (or 0xBCB391) is known color: Coriander. HEX triplet: BC, B3 and 91. RGB value is (188,179,145). Sum of RGB (Red+Green+Blue) = 188+179+145=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB391 is #434C6E. Grayscale: #B1B1B1. Windows color (decimal): -4410479 or 9548732. OLE color: 9548732.
HSL color Cylindrical-coordinate representation of color #BCB391: hue angle of 47.44º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCB391 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 145 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.26 |
| HSL | 47.44º | 0.24% | 0.65% | - |
| HSV(B) | 47.44º | 0.23% | 0.74% | - |
| XYZ | 41.97 | 44.98 | 33.26 | - |
| YUV | 177.82 | 109.48 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 145 | 0 | 0.05 | 0.23 | 0.26 | 47.44 | 0.24 | 0.65 |
| Hex | BC | B3 | 91 | 0 | 5 | 17 | 1A | 2F | 18 | 41 |
| Octal | 274 | 263 | 221 | 0 | 5 | 27 | 32 | 57 | 30 | 101 |
| Binary | 10111100 | 10110011 | 10010001 | 0 | 101 | 10111 | 11010 | 101111 | 11000 | 1000001 |
Color Harmonies of #BCB391
Complementary color
Monochromatic Colors of #BCB391
Black with #BCB391
Text Example
Text Example
White with #BCB391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB391; }
p { color: rgb(188,179,145); }
H1.HeaderClassName
{
color: #BCB391;
}
.AnyTagClassName
{
color: #BCB391;
}
</style>
background-color css
<style>
a { background-color: #BCB391; }
a { background-color: rgb(188,179,145); }
div.DivClassName
{
background-color: #BCB391;
}
.BgClassName
{
background-color: #BCB391;
}
</style>
border-color css
<style>
span { border-color: #BCB391; }
span { border-color: rgb(188,179,145); }
td.TdClassName
{
border-color: #BCB391;
}
.TagClassName
{
border-color: #BCB391;
}
</style>