Html Css Color HEX #B4B1AA Tea

📋 copy color: '#B4B1AA'

red 180 ◦ green 177 ◦ blue 170

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

Shades of Tea #B4B1AA

Tints of Tea #B4B1AA

RGB

 RED value IS 180 (70.7% from 255) = 34.16%

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

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

R = 34.16%
G = 33.59%
B = 32.26%

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

#B4B1AA (or 0xB4B1AA) is known color: Tea. HEX triplet: B4, B1 and AA. RGB value is (180,177,170). Sum of RGB (Red+Green+Blue) = 180+177+170=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B1AA is #4B4E55. Grayscale: #B1B1B1. Windows color (decimal): -4935254 or 11186612. OLE color: 11186612.

HSL color Cylindrical-coordinate representation of color #B4B1AA: hue angle of 42º degrees, saturation: 0.06, 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 #B4B1AA is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 177 170 -
CMYK 0 0.02 0.06 0.29
HSL 42º 0.06% 0.69% -
HSV(B) 42º 0.06% 0.71% -
XYZ 41.8 44.05 44.33 -
YUV 177.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 180 177 170 0 0.02 0.06 0.29 42 0.06 0.69
Hex B4 B1 AA 0 2 6 1D 2A 6 45
Octal 264 261 252 0 2 6 35 52 6 105
Binary 10110100 10110001 10101010 0 10 110 11101 101010 110 1000101

Color Harmonies of #B4B1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B1AA

Black with #B4B1AA

Text Example


Text Example

White with #B4B1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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