Html Css Color HEX #B7AAA5 Martini

📋 copy color: '#B7AAA5'

red 183 ◦ green 170 ◦ blue 165

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

Shades of Martini #B7AAA5

Tints of Martini #B7AAA5

RGB

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

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

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

R = 35.33%
G = 32.82%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B7AAA5 (or 0xB7AAA5) is known color: Martini. HEX triplet: B7, AA and A5. RGB value is (183,170,165). Sum of RGB (Red+Green+Blue) = 183+170+165=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AAA5 is #48555A. Grayscale: #ADADAD. Windows color (decimal): -4740443 or 10857143. OLE color: 10857143.

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

Color convert

RGB 183 170 165 -
CMYK 0 0.07 0.10 0.28
HSL 16.67º 0.11% 0.68% -
HSV(B) 16.67º 0.1% 0.72% -
XYZ 40.69 41.53 41.47 -
YUV 173.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 183 170 165 0 0.07 0.10 0.28 16.67 0.11 0.68
Hex B7 AA A5 0 7 A 1C 11 B 44
Octal 267 252 245 0 7 12 34 21 13 104
Binary 10110111 10101010 10100101 0 111 1010 11100 10001 1011 1000100

Color Harmonies of #B7AAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AAA5

Black with #B7AAA5

Text Example


Text Example

White with #B7AAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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