Shades of Coriander #BCB68E
Tints of Coriander #BCB68E
RGB
CMYK
RGB Variations
Color information
#BCB68E (or 0xBCB68E) is known color: Coriander. HEX triplet: BC, B6 and 8E. RGB value is (188,182,142). Sum of RGB (Red+Green+Blue) = 188+182+142=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB68E is #434971. Grayscale: #B3B3B3. Windows color (decimal): -4409714 or 9352892. OLE color: 9352892.
HSL color Cylindrical-coordinate representation of color #BCB68E: hue angle of 52.17º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCB68E is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 142 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.26 |
| HSL | 52.17º | 0.26% | 0.65% | - |
| HSV(B) | 52.17º | 0.24% | 0.74% | - |
| XYZ | 42.35 | 46.1 | 32.26 | - |
| YUV | 179.23 | 106.99 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 142 | 0 | 0.03 | 0.24 | 0.26 | 52.17 | 0.26 | 0.65 |
| Hex | BC | B6 | 8E | 0 | 3 | 18 | 1A | 34 | 1A | 41 |
| Octal | 274 | 266 | 216 | 0 | 3 | 30 | 32 | 64 | 32 | 101 |
| Binary | 10111100 | 10110110 | 10001110 | 0 | 11 | 11000 | 11010 | 110100 | 11010 | 1000001 |
Color Harmonies of #BCB68E
Complementary color
Monochromatic Colors of #BCB68E
Black with #BCB68E
Text Example
Text Example
White with #BCB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB68E; }
p { color: rgb(188,182,142); }
H1.HeaderClassName
{
color: #BCB68E;
}
.AnyTagClassName
{
color: #BCB68E;
}
</style>
background-color css
<style>
a { background-color: #BCB68E; }
a { background-color: rgb(188,182,142); }
div.DivClassName
{
background-color: #BCB68E;
}
.BgClassName
{
background-color: #BCB68E;
}
</style>
border-color css
<style>
span { border-color: #BCB68E; }
span { border-color: rgb(188,182,142); }
td.TdClassName
{
border-color: #BCB68E;
}
.TagClassName
{
border-color: #BCB68E;
}
</style>