Html Css Color HEX #B6B2AA Tea

📋 copy color: '#B6B2AA'

red 182 ◦ green 178 ◦ blue 170

#B6B2AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea #B6B2AA

Tints of Tea #B6B2AA

RGB

 RED value IS 182 (71.48% from 255) = 34.34%

 GREEN value IS 178 (69.92% from 255) = 33.58%

 BLUE value IS 170 (66.8% from 255) = 32.08%

R = 34.34%
G = 33.58%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B6B2AA (or 0xB6B2AA) is known color: Tea. HEX triplet: B6, B2 and AA. RGB value is (182,178,170). Sum of RGB (Red+Green+Blue) = 182+178+170=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B2AA is #494D55. Grayscale: #B2B2B2. Windows color (decimal): -4803926 or 11186870. OLE color: 11186870.

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

Color convert

RGB 182 178 170 -
CMYK 0 0.02 0.07 0.29
HSL 40º 0.08% 0.69% -
HSV(B) 40º 0.07% 0.71% -
XYZ 42.47 44.69 44.42 -
YUV 178.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 182 178 170 0 0.02 0.07 0.29 40 0.08 0.69
Hex B6 B2 AA 0 2 7 1D 28 8 45
Octal 266 262 252 0 2 7 35 50 10 105
Binary 10110110 10110010 10101010 0 10 111 11101 101000 1000 1000101

Color Harmonies of #B6B2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B2AA

Black with #B6B2AA

Text Example


Text Example

White with #B6B2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B2AA; }

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

 H1.HeaderClassName
 {
   color: #B6B2AA;
 }
 .AnyTagClassName
 {
   color: #B6B2AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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