Shades of Coriander #BCB683
Tints of Coriander #BCB683
RGB
CMYK
RGB Variations
Color information
#BCB683 (or 0xBCB683) is known color: Coriander. HEX triplet: BC, B6 and 83. RGB value is (188,182,131). Sum of RGB (Red+Green+Blue) = 188+182+131=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB683 is #43497C. Grayscale: #B2B2B2. Windows color (decimal): -4409725 or 8631996. OLE color: 8631996.
HSL color Cylindrical-coordinate representation of color #BCB683: hue angle of 53.68º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCB683 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 131 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.26 |
| HSL | 53.68º | 0.3% | 0.63% | - |
| HSV(B) | 53.68º | 0.3% | 0.74% | - |
| XYZ | 41.56 | 45.79 | 28.12 | - |
| YUV | 177.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 131 | 0 | 0.03 | 0.30 | 0.26 | 53.68 | 0.3 | 0.63 |
| Hex | BC | B6 | 83 | 0 | 3 | 1E | 1A | 36 | 1E | 3F |
| Octal | 274 | 266 | 203 | 0 | 3 | 36 | 32 | 66 | 36 | 77 |
| Binary | 10111100 | 10110110 | 10000011 | 0 | 11 | 11110 | 11010 | 110110 | 11110 | 111111 |
Color Harmonies of #BCB683
Complementary color
Monochromatic Colors of #BCB683
Black with #BCB683
Text Example
Text Example
White with #BCB683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB683; }
p { color: rgb(188,182,131); }
H1.HeaderClassName
{
color: #BCB683;
}
.AnyTagClassName
{
color: #BCB683;
}
</style>
background-color css
<style>
a { background-color: #BCB683; }
a { background-color: rgb(188,182,131); }
div.DivClassName
{
background-color: #BCB683;
}
.BgClassName
{
background-color: #BCB683;
}
</style>
border-color css
<style>
span { border-color: #BCB683; }
span { border-color: rgb(188,182,131); }
td.TdClassName
{
border-color: #BCB683;
}
.TagClassName
{
border-color: #BCB683;
}
</style>