Shades of Coriander #BCB690
Tints of Coriander #BCB690
RGB
CMYK
RGB Variations
Color information
#BCB690 (or 0xBCB690) is known color: Coriander. HEX triplet: BC, B6 and 90. RGB value is (188,182,144). Sum of RGB (Red+Green+Blue) = 188+182+144=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB690 is #43496F. Grayscale: #B3B3B3. Windows color (decimal): -4409712 or 9483964. OLE color: 9483964.
HSL color Cylindrical-coordinate representation of color #BCB690: hue angle of 51.82º degrees, saturation: 0.25, 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 #BCB690 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 144 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.26 |
| HSL | 51.82º | 0.25% | 0.65% | - |
| HSV(B) | 51.82º | 0.23% | 0.74% | - |
| XYZ | 42.5 | 46.16 | 33.06 | - |
| YUV | 179.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 144 | 0 | 0.03 | 0.23 | 0.26 | 51.82 | 0.25 | 0.65 |
| Hex | BC | B6 | 90 | 0 | 3 | 17 | 1A | 34 | 19 | 41 |
| Octal | 274 | 266 | 220 | 0 | 3 | 27 | 32 | 64 | 31 | 101 |
| Binary | 10111100 | 10110110 | 10010000 | 0 | 11 | 10111 | 11010 | 110100 | 11001 | 1000001 |
Color Harmonies of #BCB690
Complementary color
Monochromatic Colors of #BCB690
Black with #BCB690
Text Example
Text Example
White with #BCB690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB690; }
p { color: rgb(188,182,144); }
H1.HeaderClassName
{
color: #BCB690;
}
.AnyTagClassName
{
color: #BCB690;
}
</style>
background-color css
<style>
a { background-color: #BCB690; }
a { background-color: rgb(188,182,144); }
div.DivClassName
{
background-color: #BCB690;
}
.BgClassName
{
background-color: #BCB690;
}
</style>
border-color css
<style>
span { border-color: #BCB690; }
span { border-color: rgb(188,182,144); }
td.TdClassName
{
border-color: #BCB690;
}
.TagClassName
{
border-color: #BCB690;
}
</style>