#BAB3AD

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

Shades of Tide #BAB3AD

Tints of Tide #BAB3AD

Color information

#BAB3AD (or 0xBAB3AD) is unknown color: approx Tide. HEX triplet: BA, B3 and AD. RGB value is (186,179,173). Sum of RGB (Red+Green+Blue) = 186+179+173=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB3AD is #454C52. Grayscale: #B4B4B4. Windows color (decimal): -4541523 or 11383738. OLE color: 11383738.

HSL color Cylindrical-coordinate representation of color #BAB3AD: hue angle of 27.69º 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 #BAB3AD is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB186179173-
CMYK00.040.070.27
HSL27.69º8.61%70.39%-
HSV(B)27.69º6.99%72.94%-
XYZ43.9145.746.04-
YUV180.41123.82131.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 179 (70.31% from 255) = 33.27%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=34.57%
G=33.27%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617917300.040.070.2727.698.6170.39
HexBAB3AD0471B1c946
Octal272263255047333411106
Binary1011101010110011101011010100111110111110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB3AD; }

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

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

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

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

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

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

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

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