Html Css Color HEX #B4BBAA Tasman

📋 copy color: '#B4BBAA'

red 180 ◦ green 187 ◦ blue 170

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

Shades of Tasman #B4BBAA

Tints of Tasman #B4BBAA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.82%

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

R = 33.52%
G = 34.82%
B = 31.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B4BBAA (or 0xB4BBAA) is known color: Tasman. HEX triplet: B4, BB and AA. RGB value is (180,187,170). Sum of RGB (Red+Green+Blue) = 180+187+170=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BBAA is #4B4455. Grayscale: #B7B7B7. Windows color (decimal): -4932694 or 11189172. OLE color: 11189172.

HSL color Cylindrical-coordinate representation of color #B4BBAA: hue angle of 84.71º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B4BBAA is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 187 170 -
CMYK 0.04 0 0.09 0.27
HSL 84.71º 0.11% 0.7% -
HSV(B) 84.71º 0.09% 0.73% -
XYZ 43.85 48.15 45.01 -
YUV 182.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 180 187 170 0.04 0 0.09 0.27 84.71 0.11 0.7
Hex B4 BB AA 4 0 9 1B 55 B 46
Octal 264 273 252 4 0 11 33 125 13 106
Binary 10110100 10111011 10101010 100 0 1001 11011 1010101 1011 1000110

Color Harmonies of #B4BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BBAA

Black with #B4BBAA

Text Example


Text Example

White with #B4BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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