#B8AFA1

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

Shades of Tea #B8AFA1

Tints of Tea #B8AFA1

Color information

#B8AFA1 (or 0xB8AFA1) is unknown color: approx Tea. HEX triplet: B8, AF and A1. RGB value is (184,175,161). Sum of RGB (Red+Green+Blue) = 184+175+161=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AFA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AFA1 is #47505E. Grayscale: #B0B0B0. Windows color (decimal): -4673631 or 10596280. OLE color: 10596280.

HSL color Cylindrical-coordinate representation of color #B8AFA1: hue angle of 36.52º degrees, saturation: 0.14, 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 #B8AFA1 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB184175161-
CMYK00.050.120.28
HSL36.52º13.94%67.65%-
HSV(B)36.52º12.5%72.16%-
XYZ41.5343.4239.91-
YUV176.09119.48133.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.38%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 161 (63.28% from 255) = 30.96%
R=35.38%
G=33.65%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417516100.050.120.2836.5213.9467.65
HexB8AFA105C1C25e44
Octal2702572410514344516104
Binary101110001010111110100001010111001110010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AFA1; }

 p { color: rgb(184,175,161); }

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

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

 a { background-color: rgb(184,175,161); }

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

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

 span { border-color: rgb(184,175,161); }

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