#BCB393

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

Shades of Coriander #BCB393

Tints of Coriander #BCB393

Color information

#BCB393 (or 0xBCB393) is unknown color: approx Coriander. HEX triplet: BC, B3 and 93. RGB value is (188,179,147). Sum of RGB (Red+Green+Blue) = 188+179+147=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB393 is #434C6C. Grayscale: #B2B2B2. Windows color (decimal): -4410477 or 9679804. OLE color: 9679804.

HSL color Cylindrical-coordinate representation of color #BCB393: hue angle of 46.83º 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 #BCB393 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB188179147-
CMYK00.050.220.26
HSL46.83º23.43%65.69%-
HSV(B)46.83º21.81%73.73%-
XYZ42.1345.0434.08-
YUV178.04110.48135.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 179 (70.31% from 255) = 34.82%
BLUE value IS 147 (57.81% from 255) = 28.60%
R=36.58%
G=34.82%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817914700.050.220.2646.8323.4365.69
HexBCB39305161A2f1742
Octal2742632230526325727102
Binary10111100101100111001001101011011011010101111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB393; }

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

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

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

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

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

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

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

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