Html Css Color HEX #B0ADA0 Tana

📋 copy color: '#B0ADA0'

red 176 ◦ green 173 ◦ blue 160

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

Shades of Tana #B0ADA0

Tints of Tana #B0ADA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.43%

R = 34.58%
G = 33.99%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B0ADA0 (or 0xB0ADA0) is known color: Tana. HEX triplet: B0, AD and A0. RGB value is (176,173,160). Sum of RGB (Red+Green+Blue) = 176+173+160=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ADA0 is #4F525F. Grayscale: #ACACAC. Windows color (decimal): -5198432 or 10530224. OLE color: 10530224.

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

Color convert

RGB 176 173 160 -
CMYK 0 0.02 0.09 0.31
HSL 48.75º 0.09% 0.66% -
HSV(B) 48.75º 0.09% 0.69% -
XYZ 39.19 41.66 39.23 -
YUV 172.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 176 173 160 0 0.02 0.09 0.31 48.75 0.09 0.66
Hex B0 AD A0 0 2 9 1F 31 9 42
Octal 260 255 240 0 2 11 37 61 11 102
Binary 10110000 10101101 10100000 0 10 1001 11111 110001 1001 1000010

Color Harmonies of #B0ADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ADA0

Black with #B0ADA0

Text Example


Text Example

White with #B0ADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ADA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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