#BFB5A4

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

Shades of Tea #BFB5A4

Tints of Tea #BFB5A4

Color information

#BFB5A4 (or 0xBFB5A4) is unknown color: approx Tea. HEX triplet: BF, B5 and A4. RGB value is (191,181,164). Sum of RGB (Red+Green+Blue) = 191+181+164=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB5A4 is #404A5B. Grayscale: #B6B6B6. Windows color (decimal): -4213340 or 10794431. OLE color: 10794431.

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

Color convert

RGB191181164-
CMYK00.050.140.25
HSL37.78º17.42%69.61%-
HSV(B)37.78º14.14%74.9%-
XYZ44.7146.841.8-
YUV182.05117.81134.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 181 (71.09% from 255) = 33.77%
BLUE value IS 164 (64.45% from 255) = 30.60%
R=35.63%
G=33.77%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118116400.050.140.2537.7817.4269.61
HexBFB5A405E19261146
Octal2772652440516314621106
Binary1011111110110101101001000101111011001100110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB5A4; }

 p { color: rgb(191,181,164); }

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

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

 a { background-color: rgb(191,181,164); }

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

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

 span { border-color: rgb(191,181,164); }

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