Html Css Color HEX #BAB499 Tana

📋 copy color: '#BAB499'

red 186 ◦ green 180 ◦ blue 153

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

Shades of Tana #BAB499

Tints of Tana #BAB499

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.68%

 BLUE value IS 153 (60.16% from 255) = 29.48%

R = 35.84%
G = 34.68%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BAB499 (or 0xBAB499) is known color: Tana. HEX triplet: BA, B4 and 99. RGB value is (186,180,153). Sum of RGB (Red+Green+Blue) = 186+180+153=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB499 is #454B66. Grayscale: #B2B2B2. Windows color (decimal): -4541287 or 10073274. OLE color: 10073274.

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

Color convert

RGB 186 180 153 -
CMYK 0 0.03 0.18 0.27
HSL 49.09º 0.19% 0.66% -
HSV(B) 49.09º 0.18% 0.73% -
XYZ 42.32 45.38 36.67 -
YUV 178.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 186 180 153 0 0.03 0.18 0.27 49.09 0.19 0.66
Hex BA B4 99 0 3 12 1B 31 13 42
Octal 272 264 231 0 3 22 33 61 23 102
Binary 10111010 10110100 10011001 0 11 10010 11011 110001 10011 1000010

Color Harmonies of #BAB499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB499

Black with #BAB499

Text Example


Text Example

White with #BAB499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB499; }

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

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

background-color css

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

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

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

border-color css

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

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

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