#BFB6A2

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

Shades of Tea #BFB6A2

Tints of Tea #BFB6A2

Color information

#BFB6A2 (or 0xBFB6A2) is unknown color: approx Tea. HEX triplet: BF, B6 and A2. RGB value is (191,182,162). Sum of RGB (Red+Green+Blue) = 191+182+162=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB6A2 is #40495D. Grayscale: #B6B6B6. Windows color (decimal): -4213086 or 10663615. OLE color: 10663615.

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

Color convert

RGB191182162-
CMYK00.050.150.25
HSL41.38º18.47%69.22%-
HSV(B)41.38º15.18%74.9%-
XYZ44.7447.1440.92-
YUV182.41116.48134.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 182 (71.48% from 255) = 34.02%
BLUE value IS 162 (63.67% from 255) = 30.28%
R=35.70%
G=34.02%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118216200.050.150.2541.3818.4769.22
HexBFB6A205F19291245
Octal2772662420517315122105
Binary1011111110110110101000100101111111001101001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6A2; }

 p { color: rgb(191,182,162); }

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

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

 a { background-color: rgb(191,182,162); }

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

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

 span { border-color: rgb(191,182,162); }

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