Html Css Color HEX #B2A39C Martini

📋 copy color: '#B2A39C'

red 178 ◦ green 163 ◦ blue 156

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

Shades of Martini #B2A39C

Tints of Martini #B2A39C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.8%

 BLUE value IS 156 (61.33% from 255) = 31.39%

R = 35.81%
G = 32.8%
B = 31.39%

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

#B2A39C (or 0xB2A39C) is known color: Martini. HEX triplet: B2, A3 and 9C. RGB value is (178,163,156). Sum of RGB (Red+Green+Blue) = 178+163+156=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A39C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A39C is #4D5C63. Grayscale: #A6A6A6. Windows color (decimal): -5069924 or 10265522. OLE color: 10265522.

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

Color convert

RGB 178 163 156 -
CMYK 0 0.08 0.12 0.30
HSL 19.09º 0.13% 0.65% -
HSV(B) 19.09º 0.12% 0.7% -
XYZ 37.46 38.06 36.82 -
YUV 166.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 178 163 156 0 0.08 0.12 0.30 19.09 0.13 0.65
Hex B2 A3 9C 0 8 C 1E 13 C 41
Octal 262 243 234 0 10 14 36 23 14 101
Binary 10110010 10100011 10011100 0 1000 1100 11110 10011 1100 1000001

Color Harmonies of #B2A39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A39C

Black with #B2A39C

Text Example


Text Example

White with #B2A39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A39C; }

 p { color: rgb(178,163,156); }

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

background-color css

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

 a { background-color: rgb(178,163,156); }

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

border-color css

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

 span { border-color: rgb(178,163,156); }

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