Html Css Color HEX #B2ABA9 Martini

📋 copy color: '#B2ABA9'

red 178 ◦ green 171 ◦ blue 169

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

Shades of Martini #B2ABA9

Tints of Martini #B2ABA9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.01%

 BLUE value IS 169 (66.41% from 255) = 32.63%

R = 34.36%
G = 33.01%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B2ABA9 (or 0xB2ABA9) is known color: Martini. HEX triplet: B2, AB and A9. RGB value is (178,171,169). Sum of RGB (Red+Green+Blue) = 178+171+169=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ABA9 is #4D5456. Grayscale: #ACACAC. Windows color (decimal): -5067863 or 11119538. OLE color: 11119538.

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

Color convert

RGB 178 171 169 -
CMYK 0 0.04 0.05 0.30
HSL 13.33º 0.06% 0.68% -
HSV(B) 13.33º 0.05% 0.7% -
XYZ 40.08 41.46 43.43 -
YUV 172.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 178 171 169 0 0.04 0.05 0.30 13.33 0.06 0.68
Hex B2 AB A9 0 4 5 1E D 6 44
Octal 262 253 251 0 4 5 36 15 6 104
Binary 10110010 10101011 10101001 0 100 101 11110 1101 110 1000100

Color Harmonies of #B2ABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABA9

Black with #B2ABA9

Text Example


Text Example

White with #B2ABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABA9; }

 p { color: rgb(178,171,169); }

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

background-color css

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

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

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

border-color css

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

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

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