Html Css Color HEX #BFAAA6 Martini

📋 copy color: '#BFAAA6'

red 191 ◦ green 170 ◦ blue 166

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

Shades of Martini #BFAAA6

Tints of Martini #BFAAA6

RGB

 RED value IS 191 (75% from 255) = 36.24%

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

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

R = 36.24%
G = 32.26%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BFAAA6 (or 0xBFAAA6) is known color: Martini. HEX triplet: BF, AA and A6. RGB value is (191,170,166). Sum of RGB (Red+Green+Blue) = 191+170+166=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAAA6 is #405559. Grayscale: #AFAFAF. Windows color (decimal): -4216154 or 10922687. OLE color: 10922687.

HSL color Cylindrical-coordinate representation of color #BFAAA6: hue angle of 9.6º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFAAA6 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 170 166 -
CMYK 0 0.11 0.13 0.25
HSL 9.6º 0.16% 0.7% -
HSV(B) 9.6º 0.13% 0.75% -
XYZ 42.74 42.58 42.04 -
YUV 175.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 191 170 166 0 0.11 0.13 0.25 9.6 0.16 0.7
Hex BF AA A6 0 B D 19 A 10 46
Octal 277 252 246 0 13 15 31 12 20 106
Binary 10111111 10101010 10100110 0 1011 1101 11001 1010 10000 1000110

Color Harmonies of #BFAAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAAA6

Black with #BFAAA6

Text Example


Text Example

White with #BFAAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAAA6; }

 p { color: rgb(191,170,166); }

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

background-color css

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

 a { background-color: rgb(191,170,166); }

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

border-color css

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

 span { border-color: rgb(191,170,166); }

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