#b6b2a8

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

Shades of Tea #B6B2A8

Tints of Tea #B6B2A8

Color information

#B6B2A8 (or 0xB6B2A8) is unknown color: approx Tea. HEX triplet: B6, B2 and A8. RGB value is (182,178,168). Sum of RGB (Red+Green+Blue) = 182+178+168=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B2A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B2A8 is #494D57. Grayscale: #B2B2B2. Windows color (decimal): -4803928 or 11055798. OLE color: 11055798.

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

Color convert

RGB182178168-
CMYK00.020.080.29
HSL42.86º8.75%68.63%-
HSV(B)42.86º7.69%71.37%-
XYZ42.2844.6143.43-
YUV178.06122.33130.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.47%
GREEN value IS 178 (69.92% from 255) = 33.71%
BLUE value IS 168 (66.02% from 255) = 31.82%
R=34.47%
G=33.71%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217816800.020.080.2942.868.7568.63
HexB6B2A80281D2b945
Octal2662622500210355311105
Binary10110110101100101010100001010001110110101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6b2a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6b2a8; }

 p { color: rgb(182,178,168); }

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

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

 a { background-color: rgb(182,178,168); }

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

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

 span { border-color: rgb(182,178,168); }

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