#BCB593

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

Shades of Coriander #BCB593

Tints of Coriander #BCB593

Color information

#BCB593 (or 0xBCB593) is unknown color: approx Coriander. HEX triplet: BC, B5 and 93. RGB value is (188,181,147). Sum of RGB (Red+Green+Blue) = 188+181+147=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB593 is #434A6C. Grayscale: #B3B3B3. Windows color (decimal): -4409965 or 9680316. OLE color: 9680316.

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

Color convert

RGB188181147-
CMYK00.040.220.26
HSL49.76º23.43%65.69%-
HSV(B)49.76º21.81%73.73%-
XYZ42.5345.8534.21-
YUV179.22109.82134.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 147 (57.81% from 255) = 28.49%
R=36.43%
G=35.08%
B=28.49%

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
Decimal18818114700.040.220.2649.7623.4365.69
HexBCB59304161A321742
Octal2742652230426326227102
Binary10111100101101011001001101001011011010110010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB593; }

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

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

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

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

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

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

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

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