Shades of Coriander #BCB78F
Tints of Coriander #BCB78F
RGB
CMYK
RGB Variations
Color information
#BCB78F (or 0xBCB78F) is known color: Coriander. HEX triplet: BC, B7 and 8F. RGB value is (188,183,143). Sum of RGB (Red+Green+Blue) = 188+183+143=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB78F is #434870. Grayscale: #B4B4B4. Windows color (decimal): -4409457 or 9418684. OLE color: 9418684.
HSL color Cylindrical-coordinate representation of color #BCB78F: hue angle of 53.33º degrees, saturation: 0.25, 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 #BCB78F is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 143 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.26 |
| HSL | 53.33º | 0.25% | 0.65% | - |
| HSV(B) | 53.33º | 0.24% | 0.74% | - |
| XYZ | 42.63 | 46.54 | 32.72 | - |
| YUV | 179.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 143 | 0 | 0.03 | 0.24 | 0.26 | 53.33 | 0.25 | 0.65 |
| Hex | BC | B7 | 8F | 0 | 3 | 18 | 1A | 35 | 19 | 41 |
| Octal | 274 | 267 | 217 | 0 | 3 | 30 | 32 | 65 | 31 | 101 |
| Binary | 10111100 | 10110111 | 10001111 | 0 | 11 | 11000 | 11010 | 110101 | 11001 | 1000001 |
Color Harmonies of #BCB78F
Complementary color
Monochromatic Colors of #BCB78F
Black with #BCB78F
Text Example
Text Example
White with #BCB78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB78F; }
p { color: rgb(188,183,143); }
H1.HeaderClassName
{
color: #BCB78F;
}
.AnyTagClassName
{
color: #BCB78F;
}
</style>
background-color css
<style>
a { background-color: #BCB78F; }
a { background-color: rgb(188,183,143); }
div.DivClassName
{
background-color: #BCB78F;
}
.BgClassName
{
background-color: #BCB78F;
}
</style>
border-color css
<style>
span { border-color: #BCB78F; }
span { border-color: rgb(188,183,143); }
td.TdClassName
{
border-color: #BCB78F;
}
.TagClassName
{
border-color: #BCB78F;
}
</style>