Html Css Color HEX #B7AAA3 Martini

📋 copy color: '#B7AAA3'

red 183 ◦ green 170 ◦ blue 163

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

Shades of Martini #B7AAA3

Tints of Martini #B7AAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.59%

R = 35.47%
G = 32.95%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B7AAA3 (or 0xB7AAA3) is known color: Martini. HEX triplet: B7, AA and A3. RGB value is (183,170,163). Sum of RGB (Red+Green+Blue) = 183+170+163=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AAA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AAA3 is #48555C. Grayscale: #ADADAD. Windows color (decimal): -4740445 or 10726071. OLE color: 10726071.

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

Color convert

RGB 183 170 163 -
CMYK 0 0.07 0.11 0.28
HSL 21º 0.12% 0.68% -
HSV(B) 21º 0.11% 0.72% -
XYZ 40.51 41.46 40.52 -
YUV 173.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 183 170 163 0 0.07 0.11 0.28 21 0.12 0.68
Hex B7 AA A3 0 7 B 1C 15 C 44
Octal 267 252 243 0 7 13 34 25 14 104
Binary 10110111 10101010 10100011 0 111 1011 11100 10101 1100 1000100

Color Harmonies of #B7AAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AAA3

Black with #B7AAA3

Text Example


Text Example

White with #B7AAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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