#BCBA93

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

Shades of Coriander #BCBA93

Tints of Coriander #BCBA93

Color information

#BCBA93 (or 0xBCBA93) is unknown color: approx Coriander. HEX triplet: BC, BA and 93. RGB value is (188,186,147). Sum of RGB (Red+Green+Blue) = 188+186+147=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA93 is #43456C. Grayscale: #B6B6B6. Windows color (decimal): -4408685 or 9681596. OLE color: 9681596.

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

Color convert

RGB188186147-
CMYK00.010.220.26
HSL57.07º23.43%65.69%-
HSV(B)57.07º21.81%73.73%-
XYZ43.5647.9234.56-
YUV182.15108.16132.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 147 (57.81% from 255) = 28.21%
R=36.08%
G=35.70%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818614700.010.220.2657.0723.4365.69
HexBCBA9301161A391742
Octal2742722230126327127102
Binary101111001011101010010011011011011010111001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA93; }

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

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

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

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

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

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

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

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