#B8B1A5

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

Shades of Tea #B8B1A5

Tints of Tea #B8B1A5

Color information

#B8B1A5 (or 0xB8B1A5) is unknown color: approx Tea. HEX triplet: B8, B1 and A5. RGB value is (184,177,165). Sum of RGB (Red+Green+Blue) = 184+177+165=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B1A5 is #474E5A. Grayscale: #B1B1B1. Windows color (decimal): -4673115 or 10858936. OLE color: 10858936.

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

Color convert

RGB184177165-
CMYK00.040.100.28
HSL37.89º11.8%68.43%-
HSV(B)37.89º10.33%72.16%-
XYZ42.2844.3541.93-
YUV177.72120.82132.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.98%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 165 (64.84% from 255) = 31.37%
R=34.98%
G=33.65%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417716500.040.100.2837.8911.868.43
HexB8B1A504A1C26c44
Octal2702612450412344614104
Binary101110001011000110100101010010101110010011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B1A5; }

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

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

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

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

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

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

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

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