#B3B8AE

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

Shades of Tasman #B3B8AE

Tints of Tasman #B3B8AE

Color information

#B3B8AE (or 0xB3B8AE) is unknown color: approx Tasman. HEX triplet: B3, B8 and AE. RGB value is (179,184,174). Sum of RGB (Red+Green+Blue) = 179+184+174=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B8AE is #4C4751. Grayscale: #B5B5B5. Windows color (decimal): -4998994 or 11450547. OLE color: 11450547.

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

Color convert

RGB179184174-
CMYK0.0300.050.28
HSL90º6.58%70.2%-
HSV(B)90º5.43%72.16%-
XYZ43.3746.9246.82-
YUV181.36123.84126.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.33%
GREEN value IS 184 (72.27% from 255) = 34.26%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=33.33%
G=34.26%
B=32.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1791841740.0300.050.28906.5870.2
HexB3B8AE3051C5a746
Octal263270256305341327106
Binary1011001110111000101011101101011110010110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B8AE; }

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

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

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

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

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

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

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

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