Html Css Color HEX #B7AAA4 Martini

📋 copy color: '#B7AAA4'

red 183 ◦ green 170 ◦ blue 164

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

Shades of Martini #B7AAA4

Tints of Martini #B7AAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.72%

R = 35.4%
G = 32.88%
B = 31.72%

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

#B7AAA4 (or 0xB7AAA4) is known color: Martini. HEX triplet: B7, AA and A4. RGB value is (183,170,164). Sum of RGB (Red+Green+Blue) = 183+170+164=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AAA4 is #48555B. Grayscale: #ADADAD. Windows color (decimal): -4740444 or 10791607. OLE color: 10791607.

HSL color Cylindrical-coordinate representation of color #B7AAA4: hue angle of 18.95º degrees, saturation: 0.12, 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 #B7AAA4 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 170 164 -
CMYK 0 0.07 0.10 0.28
HSL 18.95º 0.12% 0.68% -
HSV(B) 18.95º 0.1% 0.72% -
XYZ 40.6 41.5 40.99 -
YUV 173.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 183 170 164 0 0.07 0.10 0.28 18.95 0.12 0.68
Hex B7 AA A4 0 7 A 1C 13 C 44
Octal 267 252 244 0 7 12 34 23 14 104
Binary 10110111 10101010 10100100 0 111 1010 11100 10011 1100 1000100

Color Harmonies of #B7AAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AAA4

Black with #B7AAA4

Text Example


Text Example

White with #B7AAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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