Html Css Color HEX #B3A49F Martini

📋 copy color: '#B3A49F'

red 179 ◦ green 164 ◦ blue 159

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

Shades of Martini #B3A49F

Tints of Martini #B3A49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.67%

R = 35.66%
G = 32.67%
B = 31.67%

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

#B3A49F (or 0xB3A49F) is known color: Martini. HEX triplet: B3, A4 and 9F. RGB value is (179,164,159). Sum of RGB (Red+Green+Blue) = 179+164+159=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A49F is #4C5B60. Grayscale: #A7A7A7. Windows color (decimal): -5004129 or 10462387. OLE color: 10462387.

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

Color convert

RGB 179 164 159 -
CMYK 0 0.08 0.11 0.30
HSL 15º 0.12% 0.66% -
HSV(B) 15º 0.11% 0.7% -
XYZ 38.12 38.64 38.25 -
YUV 167.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 179 164 159 0 0.08 0.11 0.30 15 0.12 0.66
Hex B3 A4 9F 0 8 B 1E F C 42
Octal 263 244 237 0 10 13 36 17 14 102
Binary 10110011 10100100 10011111 0 1000 1011 11110 1111 1100 1000010

Color Harmonies of #B3A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A49F

Black with #B3A49F

Text Example


Text Example

White with #B3A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A49F; }

 p { color: rgb(179,164,159); }

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

background-color css

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

 a { background-color: rgb(179,164,159); }

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

border-color css

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

 span { border-color: rgb(179,164,159); }

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