#BCB2A1

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

Shades of Tea #BCB2A1

Tints of Tea #BCB2A1

Color information

#BCB2A1 (or 0xBCB2A1) is unknown color: approx Tea. HEX triplet: BC, B2 and A1. RGB value is (188,178,161). Sum of RGB (Red+Green+Blue) = 188+178+161=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2A1 is #434D5E. Grayscale: #B3B3B3. Windows color (decimal): -4410719 or 10597052. OLE color: 10597052.

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

Color convert

RGB188178161-
CMYK00.050.140.26
HSL37.78º16.77%68.43%-
HSV(B)37.78º14.36%73.73%-
XYZ43.0945.1140.15-
YUV179.05117.81134.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 178 (69.92% from 255) = 33.78%
BLUE value IS 161 (63.28% from 255) = 30.55%
R=35.67%
G=33.78%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817816100.050.140.2637.7816.7768.43
HexBCB2A105E1A261144
Octal2742622410516324621104
Binary1011110010110010101000010101111011010100110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2A1; }

 p { color: rgb(188,178,161); }

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

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

 a { background-color: rgb(188,178,161); }

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

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

 span { border-color: rgb(188,178,161); }

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