Shades of Coriander #BCB797
Tints of Coriander #BCB797
RGB
CMYK
RGB Variations
Color information
#BCB797 (or 0xBCB797) is known color: Coriander. HEX triplet: BC, B7 and 97. RGB value is (188,183,151). Sum of RGB (Red+Green+Blue) = 188+183+151=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB797 is #434868. Grayscale: #B4B4B4. Windows color (decimal): -4409449 or 9942972. OLE color: 9942972.
HSL color Cylindrical-coordinate representation of color #BCB797: hue angle of 51.89º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCB797 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 151 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.26 |
| HSL | 51.89º | 0.22% | 0.66% | - |
| HSV(B) | 51.89º | 0.2% | 0.74% | - |
| XYZ | 43.26 | 46.79 | 36.03 | - |
| YUV | 180.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 151 | 0 | 0.03 | 0.20 | 0.26 | 51.89 | 0.22 | 0.66 |
| Hex | BC | B7 | 97 | 0 | 3 | 14 | 1A | 34 | 16 | 42 |
| Octal | 274 | 267 | 227 | 0 | 3 | 24 | 32 | 64 | 26 | 102 |
| Binary | 10111100 | 10110111 | 10010111 | 0 | 11 | 10100 | 11010 | 110100 | 10110 | 1000010 |
Color Harmonies of #BCB797
Complementary color
Monochromatic Colors of #BCB797
Black with #BCB797
Text Example
Text Example
White with #BCB797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB797; }
p { color: rgb(188,183,151); }
H1.HeaderClassName
{
color: #BCB797;
}
.AnyTagClassName
{
color: #BCB797;
}
</style>
background-color css
<style>
a { background-color: #BCB797; }
a { background-color: rgb(188,183,151); }
div.DivClassName
{
background-color: #BCB797;
}
.BgClassName
{
background-color: #BCB797;
}
</style>
border-color css
<style>
span { border-color: #BCB797; }
span { border-color: rgb(188,183,151); }
td.TdClassName
{
border-color: #BCB797;
}
.TagClassName
{
border-color: #BCB797;
}
</style>