#BCBA90

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

Shades of Coriander #BCBA90

Tints of Coriander #BCBA90

Color information

#BCBA90 (or 0xBCBA90) is unknown color: approx Coriander. HEX triplet: BC, BA and 90. RGB value is (188,186,144). Sum of RGB (Red+Green+Blue) = 188+186+144=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA90 is #43456F. Grayscale: #B5B5B5. Windows color (decimal): -4408688 or 9484988. OLE color: 9484988.

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

Color convert

RGB188186144-
CMYK00.010.230.26
HSL57.27º24.72%65.1%-
HSV(B)57.27º23.4%73.73%-
XYZ43.3347.8233.33-
YUV181.81106.66132.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 144 (56.64% from 255) = 27.80%
R=36.29%
G=35.91%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818614400.010.230.2657.2724.7265.1
HexBCBA9001171A391941
Octal2742722200127327131101
Binary101111001011101010010000011011111010111001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA90; }

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

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

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

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

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

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

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

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