#BCB3A3

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

Shades of Tea #BCB3A3

Tints of Tea #BCB3A3

Color information

#BCB3A3 (or 0xBCB3A3) is unknown color: approx Tea. HEX triplet: BC, B3 and A3. RGB value is (188,179,163). Sum of RGB (Red+Green+Blue) = 188+179+163=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB3A3 is #434C5C. Grayscale: #B3B3B3. Windows color (decimal): -4410461 or 10728380. OLE color: 10728380.

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

Color convert

RGB188179163-
CMYK00.050.130.26
HSL38.4º15.72%68.82%-
HSV(B)38.4º13.3%73.73%-
XYZ43.4745.5841.16-
YUV179.87118.48133.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 179 (70.31% from 255) = 33.77%
BLUE value IS 163 (64.06% from 255) = 30.75%
R=35.47%
G=33.77%
B=30.75%

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
Decimal18817916300.050.130.2638.415.7268.82
HexBCB3A305D1A261045
Octal2742632430515324620105
Binary1011110010110011101000110101110111010100110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3A3; }

 p { color: rgb(188,179,163); }

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

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

 a { background-color: rgb(188,179,163); }

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

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

 span { border-color: rgb(188,179,163); }

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