Html Css Color HEX #B2ACAA Martini

📋 copy color: '#B2ACAA'

red 178 ◦ green 172 ◦ blue 170

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

Shades of Martini #B2ACAA

Tints of Martini #B2ACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.08%

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 34.23%
G = 33.08%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B2ACAA (or 0xB2ACAA) is known color: Martini. HEX triplet: B2, AC and AA. RGB value is (178,172,170). Sum of RGB (Red+Green+Blue) = 178+172+170=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 178 - color contains mainly: red. Hex color #B2ACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ACAA is #4D5355. Grayscale: #ADADAD. Windows color (decimal): -5067606 or 11185330. OLE color: 11185330.

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

Color convert

RGB 178 172 170 -
CMYK 0 0.03 0.04 0.30
HSL 15º 0.05% 0.68% -
HSV(B) 15º 0.04% 0.7% -
XYZ 40.37 41.87 43.98 -
YUV 173.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 178 172 170 0 0.03 0.04 0.30 15 0.05 0.68
Hex B2 AC AA 0 3 4 1E F 5 44
Octal 262 254 252 0 3 4 36 17 5 104
Binary 10110010 10101100 10101010 0 11 100 11110 1111 101 1000100

Color Harmonies of #B2ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ACAA

Black with #B2ACAA

Text Example


Text Example

White with #B2ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ACAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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