#B4B1AB

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

Shades of Tea #B4B1AB

Tints of Tea #B4B1AB

Color information

#B4B1AB (or 0xB4B1AB) is unknown color: approx Tea. HEX triplet: B4, B1 and AB. RGB value is (180,177,171). Sum of RGB (Red+Green+Blue) = 180+177+171=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B1AB is #4B4E54. Grayscale: #B1B1B1. Windows color (decimal): -4935253 or 11252148. OLE color: 11252148.

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

Color convert

RGB180177171-
CMYK00.020.050.29
HSL40º5.66%68.82%-
HSV(B)40º5%70.59%-
XYZ41.944.0944.83-
YUV177.21124.49129.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 177 (69.53% from 255) = 33.52%
BLUE value IS 171 (67.19% from 255) = 32.39%
R=34.09%
G=33.52%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017717100.020.050.29405.6668.82
HexB4B1AB0251D28645
Octal26426125302535506105
Binary101101001011000110101011010101111011010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B1AB; }

 p { color: rgb(180,177,171); }

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

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

 a { background-color: rgb(180,177,171); }

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

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

 span { border-color: rgb(180,177,171); }

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