#BCB2A5

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

Shades of Tea #BCB2A5

Tints of Tea #BCB2A5

Color information

#BCB2A5 (or 0xBCB2A5) is unknown color: approx Tea. HEX triplet: BC, B2 and A5. RGB value is (188,178,165). Sum of RGB (Red+Green+Blue) = 188+178+165=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2A5 is #434D5A. Grayscale: #B3B3B3. Windows color (decimal): -4410715 or 10859196. OLE color: 10859196.

HSL color Cylindrical-coordinate representation of color #BCB2A5: hue angle of 33.91º degrees, saturation: 0.15, 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 #BCB2A5 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB188178165-
CMYK00.050.120.26
HSL33.91º14.65%69.22%-
HSV(B)33.91º12.23%73.73%-
XYZ43.4545.2542.04-
YUV179.51119.81134.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 178 (69.92% from 255) = 33.52%
BLUE value IS 165 (64.84% from 255) = 31.07%
R=35.40%
G=33.52%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817816500.050.120.2633.9114.6569.22
HexBCB2A505C1A22f45
Octal2742622450514324217105
Binary101111001011001010100101010111001101010001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2A5; }

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

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

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

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

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

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

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

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