Shades of Coriander #BCB682
Tints of Coriander #BCB682
RGB
CMYK
RGB Variations
Color information
#BCB682 (or 0xBCB682) is known color: Coriander. HEX triplet: BC, B6 and 82. RGB value is (188,182,130). Sum of RGB (Red+Green+Blue) = 188+182+130=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB682 is #43497D. Grayscale: #B2B2B2. Windows color (decimal): -4409726 or 8566460. OLE color: 8566460.
HSL color Cylindrical-coordinate representation of color #BCB682: hue angle of 53.79º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCB682 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 130 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.26 |
| HSL | 53.79º | 0.3% | 0.62% | - |
| HSV(B) | 53.79º | 0.31% | 0.74% | - |
| XYZ | 41.5 | 45.76 | 27.76 | - |
| YUV | 177.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 130 | 0 | 0.03 | 0.31 | 0.26 | 53.79 | 0.3 | 0.62 |
| Hex | BC | B6 | 82 | 0 | 3 | 1F | 1A | 36 | 1E | 3E |
| Octal | 274 | 266 | 202 | 0 | 3 | 37 | 32 | 66 | 36 | 76 |
| Binary | 10111100 | 10110110 | 10000010 | 0 | 11 | 11111 | 11010 | 110110 | 11110 | 111110 |
Color Harmonies of #BCB682
Complementary color
Monochromatic Colors of #BCB682
Black with #BCB682
Text Example
Text Example
White with #BCB682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB682; }
p { color: rgb(188,182,130); }
H1.HeaderClassName
{
color: #BCB682;
}
.AnyTagClassName
{
color: #BCB682;
}
</style>
background-color css
<style>
a { background-color: #BCB682; }
a { background-color: rgb(188,182,130); }
div.DivClassName
{
background-color: #BCB682;
}
.BgClassName
{
background-color: #BCB682;
}
</style>
border-color css
<style>
span { border-color: #BCB682; }
span { border-color: rgb(188,182,130); }
td.TdClassName
{
border-color: #BCB682;
}
.TagClassName
{
border-color: #BCB682;
}
</style>