#B5BAAB

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

Shades of Tasman #B5BAAB

Tints of Tasman #B5BAAB

Color information

#B5BAAB (or 0xB5BAAB) is unknown color: approx Tasman. HEX triplet: B5, BA and AB. RGB value is (181,186,171). Sum of RGB (Red+Green+Blue) = 181+186+171=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BAAB is #4A4554. Grayscale: #B6B6B6. Windows color (decimal): -4867413 or 11254453. OLE color: 11254453.

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

Color convert

RGB181186171-
CMYK0.0300.080.27
HSL80º9.8%70%-
HSV(B)80º8.06%72.94%-
XYZ43.9747.8845.45-
YUV182.8121.34126.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.64%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=33.64%
G=34.57%
B=31.78%

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
Decimal1811861710.0300.080.27809.870
HexB5BAAB3081B50a46
Octal26527225330103312012106
Binary101101011011101010101011110100011011101000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BAAB; }

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

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

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

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

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

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

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

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