Html Css Color HEX #B2A9A4 Martini

📋 copy color: '#B2A9A4'

red 178 ◦ green 169 ◦ blue 164

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

Shades of Martini #B2A9A4

Tints of Martini #B2A9A4

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.07%

 BLUE value IS 164 (64.45% from 255) = 32.09%

R = 34.83%
G = 33.07%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B2A9A4 (or 0xB2A9A4) is known color: Martini. HEX triplet: B2, A9 and A4. RGB value is (178,169,164). Sum of RGB (Red+Green+Blue) = 178+169+164=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A9A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A9A4 is #4D565B. Grayscale: #ABABAB. Windows color (decimal): -5068380 or 10791346. OLE color: 10791346.

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

Color convert

RGB 178 169 164 -
CMYK 0 0.05 0.08 0.30
HSL 21.43º 0.08% 0.67% -
HSV(B) 21.43º 0.08% 0.7% -
XYZ 39.25 40.52 40.87 -
YUV 171.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 178 169 164 0 0.05 0.08 0.30 21.43 0.08 0.67
Hex B2 A9 A4 0 5 8 1E 15 8 43
Octal 262 251 244 0 5 10 36 25 10 103
Binary 10110010 10101001 10100100 0 101 1000 11110 10101 1000 1000011

Color Harmonies of #B2A9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A9A4

Black with #B2A9A4

Text Example


Text Example

White with #B2A9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A9A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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