Html Css Color HEX #B2B19E Tana

📋 copy color: '#B2B19E'

red 178 ◦ green 177 ◦ blue 158

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

Shades of Tana #B2B19E

Tints of Tana #B2B19E

RGB

 RED value IS 178 (69.92% from 255) = 34.7%

 GREEN value IS 177 (69.53% from 255) = 34.5%

 BLUE value IS 158 (62.11% from 255) = 30.8%

R = 34.7%
G = 34.5%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2B19E (or 0xB2B19E) is known color: Tana. HEX triplet: B2, B1 and 9E. RGB value is (178,177,158). Sum of RGB (Red+Green+Blue) = 178+177+158=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B19E is #4D4E61. Grayscale: #AFAFAF. Windows color (decimal): -5066338 or 10400178. OLE color: 10400178.

HSL color Cylindrical-coordinate representation of color #B2B19E: hue angle of 57º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2B19E is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 177 158 -
CMYK 0 0.01 0.11 0.30
HSL 57º 0.11% 0.66% -
HSV(B) 57º 0.11% 0.7% -
XYZ 40.25 43.38 38.6 -
YUV 175.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 178 177 158 0 0.01 0.11 0.30 57 0.11 0.66
Hex B2 B1 9E 0 1 B 1E 39 B 42
Octal 262 261 236 0 1 13 36 71 13 102
Binary 10110010 10110001 10011110 0 1 1011 11110 111001 1011 1000010

Color Harmonies of #B2B19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B19E

Black with #B2B19E

Text Example


Text Example

White with #B2B19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B19E; }

 p { color: rgb(178,177,158); }

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

background-color css

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

 a { background-color: rgb(178,177,158); }

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

border-color css

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

 span { border-color: rgb(178,177,158); }

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