#BCB493

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

Shades of Coriander #BCB493

Tints of Coriander #BCB493

Color information

#BCB493 (or 0xBCB493) is unknown color: approx Coriander. HEX triplet: BC, B4 and 93. RGB value is (188,180,147). Sum of RGB (Red+Green+Blue) = 188+180+147=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB493 is #434B6C. Grayscale: #B2B2B2. Windows color (decimal): -4410221 or 9680060. OLE color: 9680060.

HSL color Cylindrical-coordinate representation of color #BCB493: hue angle of 48.29º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB493 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB188180147-
CMYK00.040.220.26
HSL48.29º23.43%65.69%-
HSV(B)48.29º21.81%73.73%-
XYZ42.3345.4434.14-
YUV178.63110.15134.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=36.50%
G=34.95%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818014700.040.220.2648.2923.4365.69
HexBCB49304161A301742
Octal2742642230426326027102
Binary10111100101101001001001101001011011010110000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB493; }

 p { color: rgb(188,180,147); }

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

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

 a { background-color: rgb(188,180,147); }

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

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

 span { border-color: rgb(188,180,147); }

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