Html Css Color HEX #B3AAA5 Martini

📋 copy color: '#B3AAA5'

red 179 ◦ green 170 ◦ blue 165

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

Shades of Martini #B3AAA5

Tints of Martini #B3AAA5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.07%

 BLUE value IS 165 (64.84% from 255) = 32.1%

R = 34.82%
G = 33.07%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B3AAA5 (or 0xB3AAA5) is known color: Martini. HEX triplet: B3, AA and A5. RGB value is (179,170,165). Sum of RGB (Red+Green+Blue) = 179+170+165=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AAA5 is #4C555A. Grayscale: #ACACAC. Windows color (decimal): -5002587 or 10857139. OLE color: 10857139.

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

Color convert

RGB 179 170 165 -
CMYK 0 0.05 0.08 0.30
HSL 21.43º 0.08% 0.67% -
HSV(B) 21.43º 0.08% 0.7% -
XYZ 39.76 41.05 41.43 -
YUV 172.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 179 170 165 0 0.05 0.08 0.30 21.43 0.08 0.67
Hex B3 AA A5 0 5 8 1E 15 8 43
Octal 263 252 245 0 5 10 36 25 10 103
Binary 10110011 10101010 10100101 0 101 1000 11110 10101 1000 1000011

Color Harmonies of #B3AAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AAA5

Black with #B3AAA5

Text Example


Text Example

White with #B3AAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AAA5; }

 p { color: rgb(179,170,165); }

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

background-color css

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

 a { background-color: rgb(179,170,165); }

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

border-color css

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

 span { border-color: rgb(179,170,165); }

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