#BCB6A7

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

Shades of Tea #BCB6A7

Tints of Tea #BCB6A7

Color information

#BCB6A7 (or 0xBCB6A7) is unknown color: approx Tea. HEX triplet: BC, B6 and A7. RGB value is (188,182,167). Sum of RGB (Red+Green+Blue) = 188+182+167=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB6A7 is #434958. Grayscale: #B6B6B6. Windows color (decimal): -4409689 or 10991292. OLE color: 10991292.

HSL color Cylindrical-coordinate representation of color #BCB6A7: hue angle of 42.86º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCB6A7 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB188182167-
CMYK00.030.110.26
HSL42.86º13.55%69.61%-
HSV(B)42.86º11.17%73.73%-
XYZ44.4446.9443.28-
YUV182.08119.49132.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 182 (71.48% from 255) = 33.89%
BLUE value IS 167 (65.62% from 255) = 31.10%
R=35.01%
G=33.89%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818216700.030.110.2642.8613.5569.61
HexBCB6A703B1A2be46
Octal2742662470313325316106
Binary10111100101101101010011101110111101010101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6A7; }

 p { color: rgb(188,182,167); }

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

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

 a { background-color: rgb(188,182,167); }

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

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

 span { border-color: rgb(188,182,167); }

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