#BFB6A3

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

Shades of Tea #BFB6A3

Tints of Tea #BFB6A3

Color information

#BFB6A3 (or 0xBFB6A3) is unknown color: approx Tea. HEX triplet: BF, B6 and A3. RGB value is (191,182,163). Sum of RGB (Red+Green+Blue) = 191+182+163=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB6A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB6A3 is #40495C. Grayscale: #B6B6B6. Windows color (decimal): -4213085 or 10729151. OLE color: 10729151.

HSL color Cylindrical-coordinate representation of color #BFB6A3: hue angle of 40.71º 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 #BFB6A3 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB191182163-
CMYK00.050.150.25
HSL40.71º17.95%69.41%-
HSV(B)40.71º14.66%74.9%-
XYZ44.8247.1841.39-
YUV182.52116.98134.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 182 (71.48% from 255) = 33.96%
BLUE value IS 163 (64.06% from 255) = 30.41%
R=35.63%
G=33.96%
B=30.41%

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
Decimal19118216300.050.150.2540.7117.9569.41
HexBFB6A305F19291245
Octal2772662430517315122105
Binary1011111110110110101000110101111111001101001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6A3; }

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

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

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

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

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

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

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

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