#B4BAAA

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

Shades of Tasman #B4BAAA

Tints of Tasman #B4BAAA

Color information

#B4BAAA (or 0xB4BAAA) is unknown color: approx Tasman. HEX triplet: B4, BA and AA. RGB value is (180,186,170). Sum of RGB (Red+Green+Blue) = 180+186+170=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BAAA is #4B4555. Grayscale: #B6B6B6. Windows color (decimal): -4932950 or 11188916. OLE color: 11188916.

HSL color Cylindrical-coordinate representation of color #B4BAAA: hue angle of 82.5º degrees, saturation: 0.1, 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 #B4BAAA is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB180186170-
CMYK0.0300.090.27
HSL82.5º10.39%69.8%-
HSV(B)82.5º8.6%72.94%-
XYZ43.6447.7244.94-
YUV182.38121.01126.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.58%
GREEN value IS 186 (73.05% from 255) = 34.70%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=33.58%
G=34.70%
B=31.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801861700.0300.090.2782.510.3969.8
HexB4BAAA3091B52a46
Octal26427225230113312212106
Binary101101001011101010101010110100111011101001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BAAA; }

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

 H1.HeaderClassName
 {
   color: #B4BAAA;
 }
 .AnyTagClassName
 {
   color: #B4BAAA;
 }
</style>
background-color css

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

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

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

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

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

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