#BFB7A9

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

Shades of Tea #BFB7A9

Tints of Tea #BFB7A9

Color information

#BFB7A9 (or 0xBFB7A9) is unknown color: approx Tea. HEX triplet: BF, B7 and A9. RGB value is (191,183,169). Sum of RGB (Red+Green+Blue) = 191+183+169=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB7A9 is #404856. Grayscale: #B7B7B7. Windows color (decimal): -4212823 or 11122623. OLE color: 11122623.

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

Color convert

RGB191183169-
CMYK00.040.120.25
HSL38.18º14.67%70.59%-
HSV(B)38.18º11.52%74.9%-
XYZ45.5847.8144.36-
YUV183.8119.65133.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 183 (71.88% from 255) = 33.70%
BLUE value IS 169 (66.41% from 255) = 31.12%
R=35.17%
G=33.70%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118316900.040.120.2538.1814.6770.59
HexBFB7A904C1926f47
Octal2772672510414314617107
Binary101111111011011110101001010011001100110011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7A9; }

 p { color: rgb(191,183,169); }

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

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

 a { background-color: rgb(191,183,169); }

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

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

 span { border-color: rgb(191,183,169); }

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