Html Css Color HEX #BAB998 Tana

📋 copy color: '#BAB998'

red 186 ◦ green 185 ◦ blue 152

#BAB998
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tana #BAB998

Tints of Tana #BAB998

RGB

 RED value IS 186 (73.05% from 255) = 35.56%

 GREEN value IS 185 (72.66% from 255) = 35.37%

 BLUE value IS 152 (59.77% from 255) = 29.06%

R = 35.56%
G = 35.37%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BAB998 (or 0xBAB998) is known color: Tana. HEX triplet: BA, B9 and 98. RGB value is (186,185,152). Sum of RGB (Red+Green+Blue) = 186+185+152=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB998 is #454667. Grayscale: #B5B5B5. Windows color (decimal): -4540008 or 10009018. OLE color: 10009018.

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

Color convert

RGB 186 185 152 -
CMYK 0 0.01 0.18 0.27
HSL 58.24º 0.2% 0.66% -
HSV(B) 58.24º 0.18% 0.73% -
XYZ 43.27 47.4 36.58 -
YUV 181.54 111.33 131.18 -
System Red Green Blue C M Y K H S L
Decimal 186 185 152 0 0.01 0.18 0.27 58.24 0.2 0.66
Hex BA B9 98 0 1 12 1B 3A 14 42
Octal 272 271 230 0 1 22 33 72 24 102
Binary 10111010 10111001 10011000 0 1 10010 11011 111010 10100 1000010

Color Harmonies of #BAB998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB998

Black with #BAB998

Text Example


Text Example

White with #BAB998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB998; }

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

 H1.HeaderClassName
 {
   color: #BAB998;
 }
 .AnyTagClassName
 {
   color: #BAB998;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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