Shades of Coriander #BCB78C
Tints of Coriander #BCB78C
RGB
CMYK
RGB Variations
Color information
#BCB78C (or 0xBCB78C) is known color: Coriander. HEX triplet: BC, B7 and 8C. RGB value is (188,183,140). Sum of RGB (Red+Green+Blue) = 188+183+140=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB78C is #434873. Grayscale: #B3B3B3. Windows color (decimal): -4409460 or 9222076. OLE color: 9222076.
HSL color Cylindrical-coordinate representation of color #BCB78C: hue angle of 53.75º 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 #BCB78C is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 140 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.26 |
| HSL | 53.75º | 0.26% | 0.64% | - |
| HSV(B) | 53.75º | 0.26% | 0.74% | - |
| XYZ | 42.41 | 46.45 | 31.54 | - |
| YUV | 179.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 140 | 0 | 0.03 | 0.26 | 0.26 | 53.75 | 0.26 | 0.64 |
| Hex | BC | B7 | 8C | 0 | 3 | 1A | 1A | 36 | 1A | 40 |
| Octal | 274 | 267 | 214 | 0 | 3 | 32 | 32 | 66 | 32 | 100 |
| Binary | 10111100 | 10110111 | 10001100 | 0 | 11 | 11010 | 11010 | 110110 | 11010 | 1000000 |
Color Harmonies of #BCB78C
Complementary color
Monochromatic Colors of #BCB78C
Black with #BCB78C
Text Example
Text Example
White with #BCB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB78C; }
p { color: rgb(188,183,140); }
H1.HeaderClassName
{
color: #BCB78C;
}
.AnyTagClassName
{
color: #BCB78C;
}
</style>
background-color css
<style>
a { background-color: #BCB78C; }
a { background-color: rgb(188,183,140); }
div.DivClassName
{
background-color: #BCB78C;
}
.BgClassName
{
background-color: #BCB78C;
}
</style>
border-color css
<style>
span { border-color: #BCB78C; }
span { border-color: rgb(188,183,140); }
td.TdClassName
{
border-color: #BCB78C;
}
.TagClassName
{
border-color: #BCB78C;
}
</style>