Shades of Coriander #BCB697
Tints of Coriander #BCB697
RGB
CMYK
RGB Variations
Color information
#BCB697 (or 0xBCB697) is known color: Coriander. HEX triplet: BC, B6 and 97. RGB value is (188,182,151). Sum of RGB (Red+Green+Blue) = 188+182+151=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB697 is #434968. Grayscale: #B4B4B4. Windows color (decimal): -4409705 or 9942716. OLE color: 9942716.
HSL color Cylindrical-coordinate representation of color #BCB697: hue angle of 50.27º 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 #BCB697 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 151 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.26 |
| HSL | 50.27º | 0.22% | 0.66% | - |
| HSV(B) | 50.27º | 0.2% | 0.74% | - |
| XYZ | 43.05 | 46.38 | 35.96 | - |
| YUV | 180.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 151 | 0 | 0.03 | 0.20 | 0.26 | 50.27 | 0.22 | 0.66 |
| Hex | BC | B6 | 97 | 0 | 3 | 14 | 1A | 32 | 16 | 42 |
| Octal | 274 | 266 | 227 | 0 | 3 | 24 | 32 | 62 | 26 | 102 |
| Binary | 10111100 | 10110110 | 10010111 | 0 | 11 | 10100 | 11010 | 110010 | 10110 | 1000010 |
Color Harmonies of #BCB697
Complementary color
Monochromatic Colors of #BCB697
Black with #BCB697
Text Example
Text Example
White with #BCB697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB697; }
p { color: rgb(188,182,151); }
H1.HeaderClassName
{
color: #BCB697;
}
.AnyTagClassName
{
color: #BCB697;
}
</style>
background-color css
<style>
a { background-color: #BCB697; }
a { background-color: rgb(188,182,151); }
div.DivClassName
{
background-color: #BCB697;
}
.BgClassName
{
background-color: #BCB697;
}
</style>
border-color css
<style>
span { border-color: #BCB697; }
span { border-color: rgb(188,182,151); }
td.TdClassName
{
border-color: #BCB697;
}
.TagClassName
{
border-color: #BCB697;
}
</style>