Shades of Coriander #BCB593
Tints of Coriander #BCB593
RGB
CMYK
RGB Variations
Color information
#BCB593 (or 0xBCB593) is known color: Coriander. HEX triplet: BC, B5 and 93. RGB value is (188,181,147). Sum of RGB (Red+Green+Blue) = 188+181+147=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB593 is #434A6C. Grayscale: #B3B3B3. Windows color (decimal): -4409965 or 9680316. OLE color: 9680316.
HSL color Cylindrical-coordinate representation of color #BCB593: hue angle of 49.76º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB593 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 181 | 147 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.26 |
| HSL | 49.76º | 0.23% | 0.66% | - |
| HSV(B) | 49.76º | 0.22% | 0.74% | - |
| XYZ | 42.53 | 45.85 | 34.21 | - |
| YUV | 179.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 147 | 0 | 0.04 | 0.22 | 0.26 | 49.76 | 0.23 | 0.66 |
| Hex | BC | B5 | 93 | 0 | 4 | 16 | 1A | 32 | 17 | 42 |
| Octal | 274 | 265 | 223 | 0 | 4 | 26 | 32 | 62 | 27 | 102 |
| Binary | 10111100 | 10110101 | 10010011 | 0 | 100 | 10110 | 11010 | 110010 | 10111 | 1000010 |
Color Harmonies of #BCB593
Complementary color
Monochromatic Colors of #BCB593
Black with #BCB593
Text Example
Text Example
White with #BCB593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB593; }
p { color: rgb(188,181,147); }
H1.HeaderClassName
{
color: #BCB593;
}
.AnyTagClassName
{
color: #BCB593;
}
</style>
background-color css
<style>
a { background-color: #BCB593; }
a { background-color: rgb(188,181,147); }
div.DivClassName
{
background-color: #BCB593;
}
.BgClassName
{
background-color: #BCB593;
}
</style>
border-color css
<style>
span { border-color: #BCB593; }
span { border-color: rgb(188,181,147); }
td.TdClassName
{
border-color: #BCB593;
}
.TagClassName
{
border-color: #BCB593;
}
</style>