Shades of Coriander #BCB48D
Tints of Coriander #BCB48D
RGB
CMYK
RGB Variations
Color information
#BCB48D (or 0xBCB48D) is known color: Coriander. HEX triplet: BC, B4 and 8D. RGB value is (188,180,141). Sum of RGB (Red+Green+Blue) = 188+180+141=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB48D is #434B72. Grayscale: #B2B2B2. Windows color (decimal): -4410227 or 9286844. OLE color: 9286844.
HSL color Cylindrical-coordinate representation of color #BCB48D: hue angle of 49.79º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCB48D is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 141 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.26 |
| HSL | 49.79º | 0.26% | 0.65% | - |
| HSV(B) | 49.79º | 0.25% | 0.74% | - |
| XYZ | 41.87 | 45.26 | 31.73 | - |
| YUV | 177.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 141 | 0 | 0.04 | 0.25 | 0.26 | 49.79 | 0.26 | 0.65 |
| Hex | BC | B4 | 8D | 0 | 4 | 19 | 1A | 32 | 1A | 41 |
| Octal | 274 | 264 | 215 | 0 | 4 | 31 | 32 | 62 | 32 | 101 |
| Binary | 10111100 | 10110100 | 10001101 | 0 | 100 | 11001 | 11010 | 110010 | 11010 | 1000001 |
Color Harmonies of #BCB48D
Complementary color
Monochromatic Colors of #BCB48D
Black with #BCB48D
Text Example
Text Example
White with #BCB48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB48D; }
p { color: rgb(188,180,141); }
H1.HeaderClassName
{
color: #BCB48D;
}
.AnyTagClassName
{
color: #BCB48D;
}
</style>
background-color css
<style>
a { background-color: #BCB48D; }
a { background-color: rgb(188,180,141); }
div.DivClassName
{
background-color: #BCB48D;
}
.BgClassName
{
background-color: #BCB48D;
}
</style>
border-color css
<style>
span { border-color: #BCB48D; }
span { border-color: rgb(188,180,141); }
td.TdClassName
{
border-color: #BCB48D;
}
.TagClassName
{
border-color: #BCB48D;
}
</style>