Html Css Color HEX #B5B1AA Tea

📋 copy color: '#B5B1AA'

red 181 ◦ green 177 ◦ blue 170

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

Shades of Tea #B5B1AA

Tints of Tea #B5B1AA

RGB

 RED value IS 181 (71.09% from 255) = 34.28%

 GREEN value IS 177 (69.53% from 255) = 33.52%

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

R = 34.28%
G = 33.52%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B5B1AA (or 0xB5B1AA) is known color: Tea. HEX triplet: B5, B1 and AA. RGB value is (181,177,170). Sum of RGB (Red+Green+Blue) = 181+177+170=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B1AA is #4A4E55. Grayscale: #B1B1B1. Windows color (decimal): -4869718 or 11186613. OLE color: 11186613.

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

Color convert

RGB 181 177 170 -
CMYK 0 0.02 0.06 0.29
HSL 38.18º 0.07% 0.69% -
HSV(B) 38.18º 0.06% 0.71% -
XYZ 42.03 44.17 44.34 -
YUV 177.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 181 177 170 0 0.02 0.06 0.29 38.18 0.07 0.69
Hex B5 B1 AA 0 2 6 1D 26 7 45
Octal 265 261 252 0 2 6 35 46 7 105
Binary 10110101 10110001 10101010 0 10 110 11101 100110 111 1000101

Color Harmonies of #B5B1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B1AA

Black with #B5B1AA

Text Example


Text Example

White with #B5B1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B1AA; }

 p { color: rgb(181,177,170); }

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

background-color css

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

 a { background-color: rgb(181,177,170); }

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

border-color css

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

 span { border-color: rgb(181,177,170); }

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