Html Css Color HEX #B8ABA6 Martini

📋 copy color: '#B8ABA6'

red 184 ◦ green 171 ◦ blue 166

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

Shades of Martini #B8ABA6

Tints of Martini #B8ABA6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.82%

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

R = 35.32%
G = 32.82%
B = 31.86%

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

#B8ABA6 (or 0xB8ABA6) is known color: Martini. HEX triplet: B8, AB and A6. RGB value is (184,171,166). Sum of RGB (Red+Green+Blue) = 184+171+166=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ABA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ABA6 is #475459. Grayscale: #AEAEAE. Windows color (decimal): -4674650 or 10922936. OLE color: 10922936.

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

Color convert

RGB 184 171 166 -
CMYK 0 0.07 0.10 0.28
HSL 16.67º 0.11% 0.69% -
HSV(B) 16.67º 0.1% 0.72% -
XYZ 41.21 42.07 42.02 -
YUV 174.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 184 171 166 0 0.07 0.10 0.28 16.67 0.11 0.69
Hex B8 AB A6 0 7 A 1C 11 B 45
Octal 270 253 246 0 7 12 34 21 13 105
Binary 10111000 10101011 10100110 0 111 1010 11100 10001 1011 1000101

Color Harmonies of #B8ABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ABA6

Black with #B8ABA6

Text Example


Text Example

White with #B8ABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ABA6; }

 p { color: rgb(184,171,166); }

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

background-color css

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

 a { background-color: rgb(184,171,166); }

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

border-color css

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

 span { border-color: rgb(184,171,166); }

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