Html Css Color HEX #B7AAA6 Martini

📋 copy color: '#B7AAA6'

red 183 ◦ green 170 ◦ blue 166

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

Shades of Martini #B7AAA6

Tints of Martini #B7AAA6

RGB

 RED value IS 183 (71.88% from 255) = 35.26%

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

 BLUE value IS 166 (65.23% from 255) = 31.98%

R = 35.26%
G = 32.76%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B7AAA6 (or 0xB7AAA6) is known color: Martini. HEX triplet: B7, AA and A6. RGB value is (183,170,166). Sum of RGB (Red+Green+Blue) = 183+170+166=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AAA6 is #485559. Grayscale: #ADADAD. Windows color (decimal): -4740442 or 10922679. OLE color: 10922679.

HSL color Cylindrical-coordinate representation of color #B7AAA6: hue angle of 14.12º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7AAA6 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 170 166 -
CMYK 0 0.07 0.09 0.28
HSL 14.12º 0.11% 0.68% -
HSV(B) 14.12º 0.09% 0.72% -
XYZ 40.79 41.57 41.95 -
YUV 173.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 183 170 166 0 0.07 0.09 0.28 14.12 0.11 0.68
Hex B7 AA A6 0 7 9 1C E B 44
Octal 267 252 246 0 7 11 34 16 13 104
Binary 10110111 10101010 10100110 0 111 1001 11100 1110 1011 1000100

Color Harmonies of #B7AAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AAA6

Black with #B7AAA6

Text Example


Text Example

White with #B7AAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AAA6; }

 p { color: rgb(183,170,166); }

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

background-color css

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

 a { background-color: rgb(183,170,166); }

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

border-color css

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

 span { border-color: rgb(183,170,166); }

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