#BAB4AD

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

Shades of Tide #BAB4AD

Tints of Tide #BAB4AD

Color information

#BAB4AD (or 0xBAB4AD) is unknown color: approx Tide. HEX triplet: BA, B4 and AD. RGB value is (186,180,173). Sum of RGB (Red+Green+Blue) = 186+180+173=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB4AD is #454B52. Grayscale: #B5B5B5. Windows color (decimal): -4541267 or 11383994. OLE color: 11383994.

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

Color convert

RGB186180173-
CMYK00.030.070.27
HSL32.31º8.61%70.39%-
HSV(B)32.31º6.99%72.94%-
XYZ44.1146.146.11-
YUV181123.49131.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=34.51%
G=33.40%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618017300.030.070.2732.318.6170.39
HexBAB4AD0371B20946
Octal272264255037334011106
Binary1011101010110100101011010111111101110000010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB4AD; }

 p { color: rgb(186,180,173); }

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

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

 a { background-color: rgb(186,180,173); }

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

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

 span { border-color: rgb(186,180,173); }

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