#B4B8AE

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

Shades of Tasman #B4B8AE

Tints of Tasman #B4B8AE

Color information

#B4B8AE (or 0xB4B8AE) is unknown color: approx Tasman. HEX triplet: B4, B8 and AE. RGB value is (180,184,174). Sum of RGB (Red+Green+Blue) = 180+184+174=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B8AE is #4B4751. Grayscale: #B5B5B5. Windows color (decimal): -4933458 or 11450548. OLE color: 11450548.

HSL color Cylindrical-coordinate representation of color #B4B8AE: hue angle of 84º 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 #B4B8AE is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB180184174-
CMYK0.0200.050.28
HSL84º6.58%70.2%-
HSV(B)84º5.43%72.16%-
XYZ43.647.0446.83-
YUV181.66123.67126.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.46%
GREEN value IS 184 (72.27% from 255) = 34.20%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=33.46%
G=34.20%
B=32.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1801841740.0200.050.28846.5870.2
HexB4B8AE2051C54746
Octal264270256205341247106
Binary1011010010111000101011101001011110010101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B8AE; }

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

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

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

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

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

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

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

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