Html Css Color HEX #B2A49E Martini

📋 copy color: '#B2A49E'

red 178 ◦ green 164 ◦ blue 158

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

Shades of Martini #B2A49E

Tints of Martini #B2A49E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.8%

 BLUE value IS 158 (62.11% from 255) = 31.6%

R = 35.6%
G = 32.8%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2A49E (or 0xB2A49E) is known color: Martini. HEX triplet: B2, A4 and 9E. RGB value is (178,164,158). Sum of RGB (Red+Green+Blue) = 178+164+158=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A49E is #4D5B61. Grayscale: #A7A7A7. Windows color (decimal): -5069666 or 10396850. OLE color: 10396850.

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

Color convert

RGB 178 164 158 -
CMYK 0 0.08 0.11 0.30
HSL 18º 0.11% 0.66% -
HSV(B) 18º 0.11% 0.7% -
XYZ 37.81 38.48 37.78 -
YUV 167.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 178 164 158 0 0.08 0.11 0.30 18 0.11 0.66
Hex B2 A4 9E 0 8 B 1E 12 B 42
Octal 262 244 236 0 10 13 36 22 13 102
Binary 10110010 10100100 10011110 0 1000 1011 11110 10010 1011 1000010

Color Harmonies of #B2A49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A49E

Black with #B2A49E

Text Example


Text Example

White with #B2A49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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