#B5B1AA

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

Shades of Tea #B5B1AA

Tints of Tea #B5B1AA

Color information

#B5B1AA (or 0xB5B1AA) is unknown color: approx Tea. HEX triplet: B5, B1 and AA. RGB value is (181,177,170). Sum of RGB (Red+Green+Blue) = 181+177+170=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B1AA is #4A4E55. Grayscale: #B1B1B1. Windows color (decimal): -4869718 or 11186613. OLE color: 11186613.

HSL color Cylindrical-coordinate representation of color #B5B1AA: hue angle of 38.18º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5B1AA is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB181177170-
CMYK00.020.060.29
HSL38.18º6.92%68.82%-
HSV(B)38.18º6.08%70.98%-
XYZ42.0344.1744.34-
YUV177.4123.83130.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 177 (69.53% from 255) = 33.52%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=34.28%
G=33.52%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117717000.020.060.2938.186.9268.82
HexB5B1AA0261D26745
Octal26526125202635467105
Binary101101011011000110101010010110111011001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B1AA; }

 p { color: rgb(181,177,170); }

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

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

 a { background-color: rgb(181,177,170); }

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

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

 span { border-color: rgb(181,177,170); }

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