#B8B1A2

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

Shades of Tea #B8B1A2

Tints of Tea #B8B1A2

Color information

#B8B1A2 (or 0xB8B1A2) is unknown color: approx Tea. HEX triplet: B8, B1 and A2. RGB value is (184,177,162). Sum of RGB (Red+Green+Blue) = 184+177+162=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B1A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B1A2 is #474E5D. Grayscale: #B1B1B1. Windows color (decimal): -4673118 or 10662328. OLE color: 10662328.

HSL color Cylindrical-coordinate representation of color #B8B1A2: hue angle of 40.91º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8B1A2 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB184177162-
CMYK00.040.120.28
HSL40.91º13.41%67.84%-
HSV(B)40.91º11.96%72.16%-
XYZ42.0144.2440.51-
YUV177.38119.32132.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 162 (63.67% from 255) = 30.98%
R=35.18%
G=33.84%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417716200.040.120.2840.9113.4167.84
HexB8B1A204C1C29d44
Octal2702612420414345115104
Binary101110001011000110100010010011001110010100111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B1A2; }

 p { color: rgb(184,177,162); }

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

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

 a { background-color: rgb(184,177,162); }

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

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

 span { border-color: rgb(184,177,162); }

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