Shades of Coriander #BCB792
Tints of Coriander #BCB792
RGB
CMYK
RGB Variations
Color information
#BCB792 (or 0xBCB792) is known color: Coriander. HEX triplet: BC, B7 and 92. RGB value is (188,183,146). Sum of RGB (Red+Green+Blue) = 188+183+146=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB792 is #43486D. Grayscale: #B4B4B4. Windows color (decimal): -4409454 or 9615292. OLE color: 9615292.
HSL color Cylindrical-coordinate representation of color #BCB792: hue angle of 52.86º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB792 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 146 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.26 |
| HSL | 52.86º | 0.24% | 0.65% | - |
| HSV(B) | 52.86º | 0.22% | 0.74% | - |
| XYZ | 42.86 | 46.63 | 33.94 | - |
| YUV | 180.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 146 | 0 | 0.03 | 0.22 | 0.26 | 52.86 | 0.24 | 0.65 |
| Hex | BC | B7 | 92 | 0 | 3 | 16 | 1A | 35 | 18 | 41 |
| Octal | 274 | 267 | 222 | 0 | 3 | 26 | 32 | 65 | 30 | 101 |
| Binary | 10111100 | 10110111 | 10010010 | 0 | 11 | 10110 | 11010 | 110101 | 11000 | 1000001 |
Color Harmonies of #BCB792
Complementary color
Monochromatic Colors of #BCB792
Black with #BCB792
Text Example
Text Example
White with #BCB792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB792; }
p { color: rgb(188,183,146); }
H1.HeaderClassName
{
color: #BCB792;
}
.AnyTagClassName
{
color: #BCB792;
}
</style>
background-color css
<style>
a { background-color: #BCB792; }
a { background-color: rgb(188,183,146); }
div.DivClassName
{
background-color: #BCB792;
}
.BgClassName
{
background-color: #BCB792;
}
</style>
border-color css
<style>
span { border-color: #BCB792; }
span { border-color: rgb(188,183,146); }
td.TdClassName
{
border-color: #BCB792;
}
.TagClassName
{
border-color: #BCB792;
}
</style>