Shades of Coriander #BCB68C
Tints of Coriander #BCB68C
RGB
CMYK
RGB Variations
Color information
#BCB68C (or 0xBCB68C) is known color: Coriander. HEX triplet: BC, B6 and 8C. RGB value is (188,182,140). Sum of RGB (Red+Green+Blue) = 188+182+140=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB68C is #434973. Grayscale: #B3B3B3. Windows color (decimal): -4409716 or 9221820. OLE color: 9221820.
HSL color Cylindrical-coordinate representation of color #BCB68C: hue angle of 52.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCB68C is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 140 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.26 |
| HSL | 52.5º | 0.26% | 0.64% | - |
| HSV(B) | 52.5º | 0.26% | 0.74% | - |
| XYZ | 42.2 | 46.04 | 31.47 | - |
| YUV | 179.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 140 | 0 | 0.03 | 0.26 | 0.26 | 52.5 | 0.26 | 0.64 |
| Hex | BC | B6 | 8C | 0 | 3 | 1A | 1A | 34 | 1A | 40 |
| Octal | 274 | 266 | 214 | 0 | 3 | 32 | 32 | 64 | 32 | 100 |
| Binary | 10111100 | 10110110 | 10001100 | 0 | 11 | 11010 | 11010 | 110100 | 11010 | 1000000 |
Color Harmonies of #BCB68C
Complementary color
Monochromatic Colors of #BCB68C
Black with #BCB68C
Text Example
Text Example
White with #BCB68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB68C; }
p { color: rgb(188,182,140); }
H1.HeaderClassName
{
color: #BCB68C;
}
.AnyTagClassName
{
color: #BCB68C;
}
</style>
background-color css
<style>
a { background-color: #BCB68C; }
a { background-color: rgb(188,182,140); }
div.DivClassName
{
background-color: #BCB68C;
}
.BgClassName
{
background-color: #BCB68C;
}
</style>
border-color css
<style>
span { border-color: #BCB68C; }
span { border-color: rgb(188,182,140); }
td.TdClassName
{
border-color: #BCB68C;
}
.TagClassName
{
border-color: #BCB68C;
}
</style>