Shades of Coriander #BCB785
Tints of Coriander #BCB785
RGB
CMYK
RGB Variations
Color information
#BCB785 (or 0xBCB785) is known color: Coriander. HEX triplet: BC, B7 and 85. RGB value is (188,183,133). Sum of RGB (Red+Green+Blue) = 188+183+133=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB785 is #43487A. Grayscale: #B3B3B3. Windows color (decimal): -4409467 or 8763324. OLE color: 8763324.
HSL color Cylindrical-coordinate representation of color #BCB785: hue angle of 54.55º 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 #BCB785 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 133 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.26 |
| HSL | 54.55º | 0.29% | 0.63% | - |
| HSV(B) | 54.55º | 0.29% | 0.74% | - |
| XYZ | 41.91 | 46.25 | 28.91 | - |
| YUV | 178.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 133 | 0 | 0.03 | 0.29 | 0.26 | 54.55 | 0.29 | 0.63 |
| Hex | BC | B7 | 85 | 0 | 3 | 1D | 1A | 37 | 1D | 3F |
| Octal | 274 | 267 | 205 | 0 | 3 | 35 | 32 | 67 | 35 | 77 |
| Binary | 10111100 | 10110111 | 10000101 | 0 | 11 | 11101 | 11010 | 110111 | 11101 | 111111 |
Color Harmonies of #BCB785
Complementary color
Monochromatic Colors of #BCB785
Black with #BCB785
Text Example
Text Example
White with #BCB785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB785; }
p { color: rgb(188,183,133); }
H1.HeaderClassName
{
color: #BCB785;
}
.AnyTagClassName
{
color: #BCB785;
}
</style>
background-color css
<style>
a { background-color: #BCB785; }
a { background-color: rgb(188,183,133); }
div.DivClassName
{
background-color: #BCB785;
}
.BgClassName
{
background-color: #BCB785;
}
</style>
border-color css
<style>
span { border-color: #BCB785; }
span { border-color: rgb(188,183,133); }
td.TdClassName
{
border-color: #BCB785;
}
.TagClassName
{
border-color: #BCB785;
}
</style>