Html Css Color HEX #B4B1AB Tea

📋 copy color: '#B4B1AB'

red 180 ◦ green 177 ◦ blue 171

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

Shades of Tea #B4B1AB

Tints of Tea #B4B1AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.39%

R = 34.09%
G = 33.52%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B4B1AB (or 0xB4B1AB) is known color: Tea. HEX triplet: B4, B1 and AB. RGB value is (180,177,171). Sum of RGB (Red+Green+Blue) = 180+177+171=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B1AB is #4B4E54. Grayscale: #B1B1B1. Windows color (decimal): -4935253 or 11252148. OLE color: 11252148.

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

Color convert

RGB 180 177 171 -
CMYK 0 0.02 0.05 0.29
HSL 40º 0.06% 0.69% -
HSV(B) 40º 0.05% 0.71% -
XYZ 41.9 44.09 44.83 -
YUV 177.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 180 177 171 0 0.02 0.05 0.29 40 0.06 0.69
Hex B4 B1 AB 0 2 5 1D 28 6 45
Octal 264 261 253 0 2 5 35 50 6 105
Binary 10110100 10110001 10101011 0 10 101 11101 101000 110 1000101

Color Harmonies of #B4B1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B1AB

Black with #B4B1AB

Text Example


Text Example

White with #B4B1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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