#B4BBAA

Color #B4BBAA Tasman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tasman #B4BBAA

Tints of Tasman #B4BBAA

Color information

#B4BBAA (or 0xB4BBAA) is unknown color: approx 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

RGB180187170-
CMYK0.0400.090.27
HSL84.71º11.11%70%-
HSV(B)84.71º9.09%73.33%-
XYZ43.8548.1545.01-
YUV182.97120.68125.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=33.52%
G=34.82%
B=31.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801871700.0400.090.2784.7111.1170
HexB4BBAA4091B55b46
Octal26427325240113312513106
Binary1011010010111011101010101000100111011101010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>