Html Css Color HEX #B0ADA2 Tana

📋 copy color: '#B0ADA2'

red 176 ◦ green 173 ◦ blue 162

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

Shades of Tana #B0ADA2

Tints of Tana #B0ADA2

RGB

 RED value IS 176 (69.14% from 255) = 34.44%

 GREEN value IS 173 (67.97% from 255) = 33.86%

 BLUE value IS 162 (63.67% from 255) = 31.7%

R = 34.44%
G = 33.86%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B0ADA2 (or 0xB0ADA2) is known color: Tana. HEX triplet: B0, AD and A2. RGB value is (176,173,162). Sum of RGB (Red+Green+Blue) = 176+173+162=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ADA2 is #4F525D. Grayscale: #ACACAC. Windows color (decimal): -5198430 or 10661296. OLE color: 10661296.

HSL color Cylindrical-coordinate representation of color #B0ADA2: hue angle of 47.14º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0ADA2 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 173 162 -
CMYK 0 0.02 0.08 0.31
HSL 47.14º 0.08% 0.66% -
HSV(B) 47.14º 0.08% 0.69% -
XYZ 39.37 41.73 40.16 -
YUV 172.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 176 173 162 0 0.02 0.08 0.31 47.14 0.08 0.66
Hex B0 AD A2 0 2 8 1F 2F 8 42
Octal 260 255 242 0 2 10 37 57 10 102
Binary 10110000 10101101 10100010 0 10 1000 11111 101111 1000 1000010

Color Harmonies of #B0ADA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADA2

Black with #B0ADA2

Text Example


Text Example

White with #B0ADA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADA2; }

 p { color: rgb(176,173,162); }

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

background-color css

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

 a { background-color: rgb(176,173,162); }

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

border-color css

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

 span { border-color: rgb(176,173,162); }

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