Shades of Coriander #BCB385
Tints of Coriander #BCB385
RGB
CMYK
RGB Variations
Color information
#BCB385 (or 0xBCB385) is known color: Coriander. HEX triplet: BC, B3 and 85. RGB value is (188,179,133). Sum of RGB (Red+Green+Blue) = 188+179+133=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB385 is #434C7A. Grayscale: #B0B0B0. Windows color (decimal): -4410491 or 8762300. OLE color: 8762300.
HSL color Cylindrical-coordinate representation of color #BCB385: hue angle of 50.18º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCB385 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 133 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.26 |
| HSL | 50.18º | 0.29% | 0.63% | - |
| HSV(B) | 50.18º | 0.29% | 0.74% | - |
| XYZ | 41.09 | 44.63 | 28.64 | - |
| YUV | 176.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 133 | 0 | 0.05 | 0.29 | 0.26 | 50.18 | 0.29 | 0.63 |
| Hex | BC | B3 | 85 | 0 | 5 | 1D | 1A | 32 | 1D | 3F |
| Octal | 274 | 263 | 205 | 0 | 5 | 35 | 32 | 62 | 35 | 77 |
| Binary | 10111100 | 10110011 | 10000101 | 0 | 101 | 11101 | 11010 | 110010 | 11101 | 111111 |
Color Harmonies of #BCB385
Complementary color
Monochromatic Colors of #BCB385
Black with #BCB385
Text Example
Text Example
White with #BCB385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB385; }
p { color: rgb(188,179,133); }
H1.HeaderClassName
{
color: #BCB385;
}
.AnyTagClassName
{
color: #BCB385;
}
</style>
background-color css
<style>
a { background-color: #BCB385; }
a { background-color: rgb(188,179,133); }
div.DivClassName
{
background-color: #BCB385;
}
.BgClassName
{
background-color: #BCB385;
}
</style>
border-color css
<style>
span { border-color: #BCB385; }
span { border-color: rgb(188,179,133); }
td.TdClassName
{
border-color: #BCB385;
}
.TagClassName
{
border-color: #BCB385;
}
</style>