Shades of Coriander #BCB694
Tints of Coriander #BCB694
RGB
CMYK
RGB Variations
Color information
#BCB694 (or 0xBCB694) is known color: Coriander. HEX triplet: BC, B6 and 94. RGB value is (188,182,148). Sum of RGB (Red+Green+Blue) = 188+182+148=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB694 is #43496B. Grayscale: #B4B4B4. Windows color (decimal): -4409708 or 9746108. OLE color: 9746108.
HSL color Cylindrical-coordinate representation of color #BCB694: hue angle of 51º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCB694 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 148 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.26 |
| HSL | 51º | 0.23% | 0.66% | - |
| HSV(B) | 51º | 0.21% | 0.74% | - |
| XYZ | 42.81 | 46.29 | 34.69 | - |
| YUV | 179.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 148 | 0 | 0.03 | 0.21 | 0.26 | 51 | 0.23 | 0.66 |
| Hex | BC | B6 | 94 | 0 | 3 | 15 | 1A | 33 | 17 | 42 |
| Octal | 274 | 266 | 224 | 0 | 3 | 25 | 32 | 63 | 27 | 102 |
| Binary | 10111100 | 10110110 | 10010100 | 0 | 11 | 10101 | 11010 | 110011 | 10111 | 1000010 |
Color Harmonies of #BCB694
Complementary color
Monochromatic Colors of #BCB694
Black with #BCB694
Text Example
Text Example
White with #BCB694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB694; }
p { color: rgb(188,182,148); }
H1.HeaderClassName
{
color: #BCB694;
}
.AnyTagClassName
{
color: #BCB694;
}
</style>
background-color css
<style>
a { background-color: #BCB694; }
a { background-color: rgb(188,182,148); }
div.DivClassName
{
background-color: #BCB694;
}
.BgClassName
{
background-color: #BCB694;
}
</style>
border-color css
<style>
span { border-color: #BCB694; }
span { border-color: rgb(188,182,148); }
td.TdClassName
{
border-color: #BCB694;
}
.TagClassName
{
border-color: #BCB694;
}
</style>