Html Css Color HEX #B7B2AA Tea

📋 copy color: '#B7B2AA'

red 183 ◦ green 178 ◦ blue 170

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

Shades of Tea #B7B2AA

Tints of Tea #B7B2AA

RGB

 RED value IS 183 (71.88% from 255) = 34.46%

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

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

R = 34.46%
G = 33.52%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B7B2AA (or 0xB7B2AA) is known color: Tea. HEX triplet: B7, B2 and AA. RGB value is (183,178,170). Sum of RGB (Red+Green+Blue) = 183+178+170=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B2AA is #484D55. Grayscale: #B2B2B2. Windows color (decimal): -4738390 or 11186871. OLE color: 11186871.

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

Color convert

RGB 183 178 170 -
CMYK 0 0.03 0.07 0.28
HSL 36.92º 0.08% 0.69% -
HSV(B) 36.92º 0.07% 0.72% -
XYZ 42.7 44.81 44.43 -
YUV 178.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 183 178 170 0 0.03 0.07 0.28 36.92 0.08 0.69
Hex B7 B2 AA 0 3 7 1C 25 8 45
Octal 267 262 252 0 3 7 34 45 10 105
Binary 10110111 10110010 10101010 0 11 111 11100 100101 1000 1000101

Color Harmonies of #B7B2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B2AA

Black with #B7B2AA

Text Example


Text Example

White with #B7B2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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