Html Css Color HEX #B2A49D Martini

📋 copy color: '#B2A49D'

red 178 ◦ green 164 ◦ blue 157

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

Shades of Martini #B2A49D

Tints of Martini #B2A49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.46%

R = 35.67%
G = 32.87%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2A49D (or 0xB2A49D) is known color: Martini. HEX triplet: B2, A4 and 9D. RGB value is (178,164,157). Sum of RGB (Red+Green+Blue) = 178+164+157=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A49D is #4D5B62. Grayscale: #A7A7A7. Windows color (decimal): -5069667 or 10331314. OLE color: 10331314.

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

Color convert

RGB 178 164 157 -
CMYK 0 0.08 0.12 0.30
HSL 20º 0.12% 0.66% -
HSV(B) 20º 0.12% 0.7% -
XYZ 37.72 38.45 37.33 -
YUV 167.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 178 164 157 0 0.08 0.12 0.30 20 0.12 0.66
Hex B2 A4 9D 0 8 C 1E 14 C 42
Octal 262 244 235 0 10 14 36 24 14 102
Binary 10110010 10100100 10011101 0 1000 1100 11110 10100 1100 1000010

Color Harmonies of #B2A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A49D

Black with #B2A49D

Text Example


Text Example

White with #B2A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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