Shades of Coriander #BCB590
Tints of Coriander #BCB590
RGB
CMYK
RGB Variations
Color information
#BCB590 (or 0xBCB590) is known color: Coriander. HEX triplet: BC, B5 and 90. RGB value is (188,181,144). Sum of RGB (Red+Green+Blue) = 188+181+144=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB590 is #434A6F. Grayscale: #B3B3B3. Windows color (decimal): -4409968 or 9483708. OLE color: 9483708.
HSL color Cylindrical-coordinate representation of color #BCB590: hue angle of 50.45º 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 #BCB590 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 144 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.26 |
| HSL | 50.45º | 0.25% | 0.65% | - |
| HSV(B) | 50.45º | 0.23% | 0.74% | - |
| XYZ | 42.3 | 45.75 | 32.99 | - |
| YUV | 178.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 144 | 0 | 0.04 | 0.23 | 0.26 | 50.45 | 0.25 | 0.65 |
| Hex | BC | B5 | 90 | 0 | 4 | 17 | 1A | 32 | 19 | 41 |
| Octal | 274 | 265 | 220 | 0 | 4 | 27 | 32 | 62 | 31 | 101 |
| Binary | 10111100 | 10110101 | 10010000 | 0 | 100 | 10111 | 11010 | 110010 | 11001 | 1000001 |
Color Harmonies of #BCB590
Complementary color
Monochromatic Colors of #BCB590
Black with #BCB590
Text Example
Text Example
White with #BCB590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB590; }
p { color: rgb(188,181,144); }
H1.HeaderClassName
{
color: #BCB590;
}
.AnyTagClassName
{
color: #BCB590;
}
</style>
background-color css
<style>
a { background-color: #BCB590; }
a { background-color: rgb(188,181,144); }
div.DivClassName
{
background-color: #BCB590;
}
.BgClassName
{
background-color: #BCB590;
}
</style>
border-color css
<style>
span { border-color: #BCB590; }
span { border-color: rgb(188,181,144); }
td.TdClassName
{
border-color: #BCB590;
}
.TagClassName
{
border-color: #BCB590;
}
</style>