Html Css Color HEX #B2B29B Tana

📋 copy color: '#B2B29B'

red 178 ◦ green 178 ◦ blue 155

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

Shades of Tana #B2B29B

Tints of Tana #B2B29B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.83%

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

R = 34.83%
G = 34.83%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2B29B (or 0xB2B29B) is known color: Tana. HEX triplet: B2, B2 and 9B. RGB value is (178,178,155). Sum of RGB (Red+Green+Blue) = 178+178+155=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B29B is #4D4D64. Grayscale: #AFAFAF. Windows color (decimal): -5066085 or 10203826. OLE color: 10203826.

HSL color Cylindrical-coordinate representation of color #B2B29B: hue angle of 60º 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 #B2B29B is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 178 155 -
CMYK 0 0 0.13 0.30
HSL 60º 0.13% 0.65% -
HSV(B) 60º 0.13% 0.7% -
XYZ 40.2 43.67 37.32 -
YUV 175.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 178 178 155 0 0 0.13 0.30 60 0.13 0.65
Hex B2 B2 9B 0 0 D 1E 3C D 41
Octal 262 262 233 0 0 15 36 74 15 101
Binary 10110010 10110010 10011011 0 0 1101 11110 111100 1101 1000001

Color Harmonies of #B2B29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B29B

Black with #B2B29B

Text Example


Text Example

White with #B2B29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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