#BCB386

Color #BCB386 Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #BCB386

Tints of Coriander #BCB386

Color information

#BCB386 (or 0xBCB386) is unknown color: approx Coriander. HEX triplet: BC, B3 and 86. RGB value is (188,179,134). Sum of RGB (Red+Green+Blue) = 188+179+134=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB386 is #434C79. Grayscale: #B0B0B0. Windows color (decimal): -4410490 or 8827836. OLE color: 8827836.

HSL color Cylindrical-coordinate representation of color #BCB386: hue angle of 50º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCB386 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB188179134-
CMYK00.050.290.26
HSL50º28.72%63.14%-
HSV(B)50º28.72%73.73%-
XYZ41.1644.6529-
YUV176.56103.98136.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 179 (70.31% from 255) = 35.73%
BLUE value IS 134 (52.73% from 255) = 26.75%
R=37.52%
G=35.73%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817913400.050.290.265028.7263.14
HexBCB386051D1A321d3f
Octal274263206053532623577
Binary1011110010110011100001100101111011101011001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB386; }

 p { color: rgb(188,179,134); }

 H1.HeaderClassName
 {
   color: #BCB386;
 }
 .AnyTagClassName
 {
   color: #BCB386;
 }
</style>
background-color css

<style>
 a { background-color: #BCB386; }

 a { background-color: rgb(188,179,134); }

 div.DivClassName
 {
   background-color: #BCB386;
 }
 .BgClassName
 {
   background-color: #BCB386;
 }
</style>
border-color css

<style>
 span { border-color: #BCB386; }

 span { border-color: rgb(188,179,134); }

 td.TdClassName
 {
   border-color: #BCB386;
 }
 .TagClassName
 {
   border-color: #BCB386;
 }
</style>