#BCB0A0

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

Shades of Tea #BCB0A0

Tints of Tea #BCB0A0

Color information

#BCB0A0 (or 0xBCB0A0) is unknown color: approx Tea. HEX triplet: BC, B0 and A0. RGB value is (188,176,160). Sum of RGB (Red+Green+Blue) = 188+176+160=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0A0 is #434F5F. Grayscale: #B1B1B1. Windows color (decimal): -4411232 or 10531004. OLE color: 10531004.

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

Color convert

RGB188176160-
CMYK00.060.150.26
HSL34.29º17.28%68.24%-
HSV(B)34.29º14.89%73.73%-
XYZ42.6144.2839.56-
YUV177.76117.98135.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 176 (69.14% from 255) = 33.59%
BLUE value IS 160 (62.89% from 255) = 30.53%
R=35.88%
G=33.59%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817616000.060.150.2634.2917.2868.24
HexBCB0A006F1A221144
Octal2742602400617324221104
Binary1011110010110000101000000110111111010100010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0A0; }

 p { color: rgb(188,176,160); }

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

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

 a { background-color: rgb(188,176,160); }

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

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

 span { border-color: rgb(188,176,160); }

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