Html Css Color HEX #B2B39B Tana

📋 copy color: '#B2B39B'

red 178 ◦ green 179 ◦ blue 155

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

Shades of Tana #B2B39B

Tints of Tana #B2B39B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.96%

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

R = 34.77%
G = 34.96%
B = 30.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2B39B (or 0xB2B39B) is known color: Tana. HEX triplet: B2, B3 and 9B. RGB value is (178,179,155). Sum of RGB (Red+Green+Blue) = 178+179+155=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B39B is #4D4C64. Grayscale: #B0B0B0. Windows color (decimal): -5065829 or 10204082. OLE color: 10204082.

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

Color convert

RGB 178 179 155 -
CMYK 0.01 0 0.13 0.30
HSL 62.5º 0.14% 0.65% -
HSV(B) 62.5º 0.13% 0.7% -
XYZ 40.4 44.07 37.39 -
YUV 175.97 116.17 129.45 -
System Red Green Blue C M Y K H S L
Decimal 178 179 155 0.01 0 0.13 0.30 62.5 0.14 0.65
Hex B2 B3 9B 1 0 D 1E 3F E 41
Octal 262 263 233 1 0 15 36 77 16 101
Binary 10110010 10110011 10011011 1 0 1101 11110 111111 1110 1000001

Color Harmonies of #B2B39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B39B

Black with #B2B39B

Text Example


Text Example

White with #B2B39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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