Shades of Coriander #BCB791
Tints of Coriander #BCB791
RGB
CMYK
RGB Variations
Color information
#BCB791 (or 0xBCB791) is known color: Coriander. HEX triplet: BC, B7 and 91. RGB value is (188,183,145). Sum of RGB (Red+Green+Blue) = 188+183+145=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB791 is #43486E. Grayscale: #B4B4B4. Windows color (decimal): -4409455 or 9549756. OLE color: 9549756.
HSL color Cylindrical-coordinate representation of color #BCB791: hue angle of 53.02º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCB791 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 145 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.26 |
| HSL | 53.02º | 0.24% | 0.65% | - |
| HSV(B) | 53.02º | 0.23% | 0.74% | - |
| XYZ | 42.78 | 46.6 | 33.53 | - |
| YUV | 180.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 145 | 0 | 0.03 | 0.23 | 0.26 | 53.02 | 0.24 | 0.65 |
| Hex | BC | B7 | 91 | 0 | 3 | 17 | 1A | 35 | 18 | 41 |
| Octal | 274 | 267 | 221 | 0 | 3 | 27 | 32 | 65 | 30 | 101 |
| Binary | 10111100 | 10110111 | 10010001 | 0 | 11 | 10111 | 11010 | 110101 | 11000 | 1000001 |
Color Harmonies of #BCB791
Complementary color
Monochromatic Colors of #BCB791
Black with #BCB791
Text Example
Text Example
White with #BCB791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB791; }
p { color: rgb(188,183,145); }
H1.HeaderClassName
{
color: #BCB791;
}
.AnyTagClassName
{
color: #BCB791;
}
</style>
background-color css
<style>
a { background-color: #BCB791; }
a { background-color: rgb(188,183,145); }
div.DivClassName
{
background-color: #BCB791;
}
.BgClassName
{
background-color: #BCB791;
}
</style>
border-color css
<style>
span { border-color: #BCB791; }
span { border-color: rgb(188,183,145); }
td.TdClassName
{
border-color: #BCB791;
}
.TagClassName
{
border-color: #BCB791;
}
</style>