Html Css Color HEX #B2AAA7 Martini

📋 copy color: '#B2AAA7'

red 178 ◦ green 170 ◦ blue 167

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

Shades of Martini #B2AAA7

Tints of Martini #B2AAA7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.01%

 BLUE value IS 167 (65.63% from 255) = 32.43%

R = 34.56%
G = 33.01%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B2AAA7 (or 0xB2AAA7) is known color: Martini. HEX triplet: B2, AA and A7. RGB value is (178,170,167). Sum of RGB (Red+Green+Blue) = 178+170+167=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 167 (65.62% from 255 or 32.43% from 515); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AAA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AAA7 is #4D5558. Grayscale: #ACACAC. Windows color (decimal): -5068121 or 10988210. OLE color: 10988210.

HSL color Cylindrical-coordinate representation of color #B2AAA7: hue angle of 16.36º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2AAA7 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 170 167 -
CMYK 0 0.04 0.06 0.30
HSL 16.36º 0.07% 0.68% -
HSV(B) 16.36º 0.06% 0.7% -
XYZ 39.71 41 42.38 -
YUV 172.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 178 170 167 0 0.04 0.06 0.30 16.36 0.07 0.68
Hex B2 AA A7 0 4 6 1E 10 7 44
Octal 262 252 247 0 4 6 36 20 7 104
Binary 10110010 10101010 10100111 0 100 110 11110 10000 111 1000100

Color Harmonies of #B2AAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AAA7

Black with #B2AAA7

Text Example


Text Example

White with #B2AAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AAA7; }

 p { color: rgb(178,170,167); }

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

background-color css

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

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

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

border-color css

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

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

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