Html Css Color HEX #B3A19E Martini

📋 copy color: '#B3A19E'

red 179 ◦ green 161 ◦ blue 158

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

Shades of Martini #B3A19E

Tints of Martini #B3A19E

RGB

 RED value IS 179 (70.31% from 255) = 35.94%

 GREEN value IS 161 (63.28% from 255) = 32.33%

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

R = 35.94%
G = 32.33%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B3A19E (or 0xB3A19E) is known color: Martini. HEX triplet: B3, A1 and 9E. RGB value is (179,161,158). Sum of RGB (Red+Green+Blue) = 179+161+158=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A19E is #4C5E61. Grayscale: #A6A6A6. Windows color (decimal): -5004898 or 10396083. OLE color: 10396083.

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

Color convert

RGB 179 161 158 -
CMYK 0 0.10 0.12 0.30
HSL 8.57º 0.12% 0.66% -
HSV(B) 8.57º 0.12% 0.7% -
XYZ 37.51 37.54 37.62 -
YUV 166.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 179 161 158 0 0.10 0.12 0.30 8.57 0.12 0.66
Hex B3 A1 9E 0 A C 1E 9 C 42
Octal 263 241 236 0 12 14 36 11 14 102
Binary 10110011 10100001 10011110 0 1010 1100 11110 1001 1100 1000010

Color Harmonies of #B3A19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A19E

Black with #B3A19E

Text Example


Text Example

White with #B3A19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A19E; }

 p { color: rgb(179,161,158); }

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

background-color css

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

 a { background-color: rgb(179,161,158); }

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

border-color css

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

 span { border-color: rgb(179,161,158); }

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