#B3B8AD

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

Shades of Tasman #B3B8AD

Tints of Tasman #B3B8AD

Color information

#B3B8AD (or 0xB3B8AD) is unknown color: approx Tasman. HEX triplet: B3, B8 and AD. RGB value is (179,184,173). Sum of RGB (Red+Green+Blue) = 179+184+173=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B8AD is #4C4752. Grayscale: #B5B5B5. Windows color (decimal): -4998995 or 11385011. OLE color: 11385011.

HSL color Cylindrical-coordinate representation of color #B3B8AD: hue angle of 87.27º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3B8AD is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB179184173-
CMYK0.0300.060.28
HSL87.27º7.19%70%-
HSV(B)87.27º5.98%72.16%-
XYZ43.2746.8846.3-
YUV181.25123.34126.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 184 (72.27% from 255) = 34.33%
BLUE value IS 173 (67.97% from 255) = 32.28%
R=33.40%
G=34.33%
B=32.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791841730.0300.060.2887.277.1970
HexB3B8AD3061C57746
Octal263270255306341277106
Binary1011001110111000101011011101101110010101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B8AD; }

 p { color: rgb(179,184,173); }

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

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

 a { background-color: rgb(179,184,173); }

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

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

 span { border-color: rgb(179,184,173); }

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