Html Css Color HEX #B2B19B Tana

📋 copy color: '#B2B19B'

red 178 ◦ green 177 ◦ blue 155

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

Shades of Tana #B2B19B

Tints of Tana #B2B19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.39%

R = 34.9%
G = 34.71%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2B19B (or 0xB2B19B) is known color: Tana. HEX triplet: B2, B1 and 9B. RGB value is (178,177,155). Sum of RGB (Red+Green+Blue) = 178+177+155=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B19B is #4D4E64. Grayscale: #AEAEAE. Windows color (decimal): -5066341 or 10203570. OLE color: 10203570.

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

Color convert

RGB 178 177 155 -
CMYK 0 0.01 0.13 0.30
HSL 57.39º 0.13% 0.65% -
HSV(B) 57.39º 0.13% 0.7% -
XYZ 40 43.28 37.26 -
YUV 174.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 178 177 155 0 0.01 0.13 0.30 57.39 0.13 0.65
Hex B2 B1 9B 0 1 D 1E 39 D 41
Octal 262 261 233 0 1 15 36 71 15 101
Binary 10110010 10110001 10011011 0 1 1101 11110 111001 1101 1000001

Color Harmonies of #B2B19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B19B

Black with #B2B19B

Text Example


Text Example

White with #B2B19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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