Shades of Coriander #BCB780
Tints of Coriander #BCB780
RGB
CMYK
RGB Variations
Color information
#BCB780 (or 0xBCB780) is known color: Coriander. HEX triplet: BC, B7 and 80. RGB value is (188,183,128). Sum of RGB (Red+Green+Blue) = 188+183+128=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB780 is #43487F. Grayscale: #B2B2B2. Windows color (decimal): -4409472 or 8435644. OLE color: 8435644.
HSL color Cylindrical-coordinate representation of color #BCB780: hue angle of 55º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCB780 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 128 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.26 |
| HSL | 55º | 0.31% | 0.62% | - |
| HSV(B) | 55º | 0.32% | 0.74% | - |
| XYZ | 41.57 | 46.12 | 27.13 | - |
| YUV | 178.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 128 | 0 | 0.03 | 0.32 | 0.26 | 55 | 0.31 | 0.62 |
| Hex | BC | B7 | 80 | 0 | 3 | 20 | 1A | 37 | 1F | 3E |
| Octal | 274 | 267 | 200 | 0 | 3 | 40 | 32 | 67 | 37 | 76 |
| Binary | 10111100 | 10110111 | 10000000 | 0 | 11 | 100000 | 11010 | 110111 | 11111 | 111110 |
Color Harmonies of #BCB780
Complementary color
Monochromatic Colors of #BCB780
Black with #BCB780
Text Example
Text Example
White with #BCB780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB780; }
p { color: rgb(188,183,128); }
H1.HeaderClassName
{
color: #BCB780;
}
.AnyTagClassName
{
color: #BCB780;
}
</style>
background-color css
<style>
a { background-color: #BCB780; }
a { background-color: rgb(188,183,128); }
div.DivClassName
{
background-color: #BCB780;
}
.BgClassName
{
background-color: #BCB780;
}
</style>
border-color css
<style>
span { border-color: #BCB780; }
span { border-color: rgb(188,183,128); }
td.TdClassName
{
border-color: #BCB780;
}
.TagClassName
{
border-color: #BCB780;
}
</style>