Html Css Color HEX #B2AF9F Tana

📋 copy color: '#B2AF9F'

red 178 ◦ green 175 ◦ blue 159

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

Shades of Tana #B2AF9F

Tints of Tana #B2AF9F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.18%

 BLUE value IS 159 (62.5% from 255) = 31.05%

R = 34.77%
G = 34.18%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2AF9F (or 0xB2AF9F) is known color: Tana. HEX triplet: B2, AF and 9F. RGB value is (178,175,159). Sum of RGB (Red+Green+Blue) = 178+175+159=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AF9F is #4D5060. Grayscale: #AEAEAE. Windows color (decimal): -5066849 or 10465202. OLE color: 10465202.

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

Color convert

RGB 178 175 159 -
CMYK 0 0.02 0.11 0.30
HSL 50.53º 0.11% 0.66% -
HSV(B) 50.53º 0.11% 0.7% -
XYZ 39.95 42.63 38.92 -
YUV 174.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 178 175 159 0 0.02 0.11 0.30 50.53 0.11 0.66
Hex B2 AF 9F 0 2 B 1E 33 B 42
Octal 262 257 237 0 2 13 36 63 13 102
Binary 10110010 10101111 10011111 0 10 1011 11110 110011 1011 1000010

Color Harmonies of #B2AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AF9F

Black with #B2AF9F

Text Example


Text Example

White with #B2AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AF9F; }

 p { color: rgb(178,175,159); }

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

background-color css

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

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

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

border-color css

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

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

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