#BCB1A1

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

Shades of Tea #BCB1A1

Tints of Tea #BCB1A1

Color information

#BCB1A1 (or 0xBCB1A1) is unknown color: approx Tea. HEX triplet: BC, B1 and A1. RGB value is (188,177,161). Sum of RGB (Red+Green+Blue) = 188+177+161=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB1A1 is #434E5E. Grayscale: #B2B2B2. Windows color (decimal): -4410975 or 10596796. OLE color: 10596796.

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

Color convert

RGB188177161-
CMYK00.060.140.26
HSL35.56º16.77%68.43%-
HSV(B)35.56º14.36%73.73%-
XYZ42.8944.7140.09-
YUV178.46118.14134.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 161 (63.28% from 255) = 30.61%
R=35.74%
G=33.65%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817716100.060.140.2635.5616.7768.43
HexBCB1A106E1A241144
Octal2742612410616324421104
Binary1011110010110001101000010110111011010100100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1A1; }

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

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

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

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

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

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

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

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