#BCB2A4

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

Shades of Tea #BCB2A4

Tints of Tea #BCB2A4

Color information

#BCB2A4 (or 0xBCB2A4) is unknown color: approx Tea. HEX triplet: BC, B2 and A4. RGB value is (188,178,164). Sum of RGB (Red+Green+Blue) = 188+178+164=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB2A4 is #434D5B. Grayscale: #B3B3B3. Windows color (decimal): -4410716 or 10793660. OLE color: 10793660.

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

Color convert

RGB188178164-
CMYK00.050.130.26
HSL35º15.19%69.02%-
HSV(B)35º12.77%73.73%-
XYZ43.3645.2141.56-
YUV179.39119.31134.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 164 (64.45% from 255) = 30.94%
R=35.47%
G=33.58%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817816400.050.130.263515.1969.02
HexBCB2A405D1A23f45
Octal2742622440515324317105
Binary101111001011001010100100010111011101010001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2A4; }

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

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

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

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

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

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

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

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