#B4B9AE

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

Shades of Tasman #B4B9AE

Tints of Tasman #B4B9AE

Color information

#B4B9AE (or 0xB4B9AE) is unknown color: approx Tasman. HEX triplet: B4, B9 and AE. RGB value is (180,185,174). Sum of RGB (Red+Green+Blue) = 180+185+174=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B9AE is #4B4651. Grayscale: #B6B6B6. Windows color (decimal): -4933202 or 11450804. OLE color: 11450804.

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

Color convert

RGB180185174-
CMYK0.0300.060.27
HSL87.27º7.28%70.39%-
HSV(B)87.27º5.95%72.55%-
XYZ43.8147.4646.9-
YUV182.25123.34126.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.40%
GREEN value IS 185 (72.66% from 255) = 34.32%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=33.40%
G=34.32%
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.27
SystemRedGreenBlueCMYKHSL
Decimal1801851740.0300.060.2787.277.2870.39
HexB4B9AE3061B57746
Octal264271256306331277106
Binary1011010010111001101011101101101101110101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B9AE; }

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

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

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

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

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

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

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

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