#BCB893

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

Shades of Coriander #BCB893

Tints of Coriander #BCB893

Color information

#BCB893 (or 0xBCB893) is unknown color: approx Coriander. HEX triplet: BC, B8 and 93. RGB value is (188,184,147). Sum of RGB (Red+Green+Blue) = 188+184+147=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB893 is #43476C. Grayscale: #B5B5B5. Windows color (decimal): -4409197 or 9681084. OLE color: 9681084.

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

Color convert

RGB188184147-
CMYK00.020.220.26
HSL54.15º23.43%65.69%-
HSV(B)54.15º21.81%73.73%-
XYZ43.1547.0834.42-
YUV180.98108.83133.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 184 (72.27% from 255) = 35.45%
BLUE value IS 147 (57.81% from 255) = 28.32%
R=36.22%
G=35.45%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818414700.020.220.2654.1523.4365.69
HexBCB89302161A361742
Octal2742702230226326627102
Binary1011110010111000100100110101011011010110110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB893; }

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

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

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

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

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

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

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

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