#B4BAAB

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

Shades of Tasman #B4BAAB

Tints of Tasman #B4BAAB

Color information

#B4BAAB (or 0xB4BAAB) is unknown color: approx Tasman. HEX triplet: B4, BA and AB. RGB value is (180,186,171). Sum of RGB (Red+Green+Blue) = 180+186+171=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BAAB is #4B4554. Grayscale: #B6B6B6. Windows color (decimal): -4932949 or 11254452. OLE color: 11254452.

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

Color convert

RGB180186171-
CMYK0.0300.080.27
HSL84º9.8%70%-
HSV(B)84º8.06%72.94%-
XYZ43.7347.7645.44-
YUV182.5121.51126.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 171 (67.19% from 255) = 31.84%
R=33.52%
G=34.64%
B=31.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801861710.0300.080.27849.870
HexB4BAAB3081B54a46
Octal26427225330103312412106
Binary101101001011101010101011110100011011101010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BAAB; }

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

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

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

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

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

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

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

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