#BCB6A6

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

Shades of Tea #BCB6A6

Tints of Tea #BCB6A6

Color information

#BCB6A6 (or 0xBCB6A6) is unknown color: approx Tea. HEX triplet: BC, B6 and A6. RGB value is (188,182,166). Sum of RGB (Red+Green+Blue) = 188+182+166=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6A6 is #434959. Grayscale: #B6B6B6. Windows color (decimal): -4409690 or 10925756. OLE color: 10925756.

HSL color Cylindrical-coordinate representation of color #BCB6A6: hue angle of 43.64º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCB6A6 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB188182166-
CMYK00.030.120.26
HSL43.64º14.1%69.41%-
HSV(B)43.64º11.7%73.73%-
XYZ44.3546.942.79-
YUV181.97118.99132.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 182 (71.48% from 255) = 33.96%
BLUE value IS 166 (65.23% from 255) = 30.97%
R=35.07%
G=33.96%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818216600.030.120.2643.6414.169.41
HexBCB6A603C1A2ce45
Octal2742662460314325416105
Binary10111100101101101010011001111001101010110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6A6; }

 p { color: rgb(188,182,166); }

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

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

 a { background-color: rgb(188,182,166); }

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

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

 span { border-color: rgb(188,182,166); }

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