Html Css Color HEX #B8AAA7 Martini

📋 copy color: '#B8AAA7'

red 184 ◦ green 170 ◦ blue 167

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

Shades of Martini #B8AAA7

Tints of Martini #B8AAA7

RGB

 RED value IS 184 (72.27% from 255) = 35.32%

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

 BLUE value IS 167 (65.63% from 255) = 32.05%

R = 35.32%
G = 32.63%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B8AAA7 (or 0xB8AAA7) is known color: Martini. HEX triplet: B8, AA and A7. RGB value is (184,170,167). Sum of RGB (Red+Green+Blue) = 184+170+167=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AAA7 is #475558. Grayscale: #ADADAD. Windows color (decimal): -4674905 or 10988216. OLE color: 10988216.

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

Color convert

RGB 184 170 167 -
CMYK 0 0.08 0.09 0.28
HSL 10.59º 0.11% 0.69% -
HSV(B) 10.59º 0.09% 0.72% -
XYZ 41.12 41.73 42.45 -
YUV 173.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 184 170 167 0 0.08 0.09 0.28 10.59 0.11 0.69
Hex B8 AA A7 0 8 9 1C B B 45
Octal 270 252 247 0 10 11 34 13 13 105
Binary 10111000 10101010 10100111 0 1000 1001 11100 1011 1011 1000101

Color Harmonies of #B8AAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AAA7

Black with #B8AAA7

Text Example


Text Example

White with #B8AAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AAA7; }

 p { color: rgb(184,170,167); }

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

background-color css

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

 a { background-color: rgb(184,170,167); }

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

border-color css

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

 span { border-color: rgb(184,170,167); }

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