#B8B3AA

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

Shades of Tea #B8B3AA

Tints of Tea #B8B3AA

Color information

#B8B3AA (or 0xB8B3AA) is unknown color: approx Tea. HEX triplet: B8, B3 and AA. RGB value is (184,179,170). Sum of RGB (Red+Green+Blue) = 184+179+170=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B3AA is #474C55. Grayscale: #B3B3B3. Windows color (decimal): -4672598 or 11187128. OLE color: 11187128.

HSL color Cylindrical-coordinate representation of color #B8B3AA: hue angle of 38.57º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B8B3AA is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB184179170-
CMYK00.030.080.28
HSL38.57º8.97%69.41%-
HSV(B)38.57º7.61%72.16%-
XYZ43.1445.3344.51-
YUV179.47122.66131.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.52%
GREEN value IS 179 (70.31% from 255) = 33.58%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=34.52%
G=33.58%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417917000.030.080.2838.578.9769.41
HexB8B3AA0381C27945
Octal2702632520310344711105
Binary10111000101100111010101001110001110010011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B3AA; }

 p { color: rgb(184,179,170); }

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

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

 a { background-color: rgb(184,179,170); }

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

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

 span { border-color: rgb(184,179,170); }

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