#BAB698

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

Shades of Tana #BAB698

Tints of Tana #BAB698

Color information

#BAB698 (or 0xBAB698) is unknown color: approx Tana. HEX triplet: BA, B6 and 98. RGB value is (186,182,152). Sum of RGB (Red+Green+Blue) = 186+182+152=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB698 is #454967. Grayscale: #B3B3B3. Windows color (decimal): -4540776 or 10008250. OLE color: 10008250.

HSL color Cylindrical-coordinate representation of color #BAB698: hue angle of 52.94º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAB698 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB186182152-
CMYK00.020.180.27
HSL52.94º19.77%66.27%-
HSV(B)52.94º18.28%72.94%-
XYZ42.6546.1636.37-
YUV179.78112.33132.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 182 (71.48% from 255) = 35%
BLUE value IS 152 (59.77% from 255) = 29.23%
R=35.77%
G=35%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618215200.020.180.2752.9419.7766.27
HexBAB69802121B351442
Octal2722662300222336524102
Binary1011101010110110100110000101001011011110101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB698; }

 p { color: rgb(186,182,152); }

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

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

 a { background-color: rgb(186,182,152); }

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

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

 span { border-color: rgb(186,182,152); }

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