Html Css Color HEX #BFA6A4 Martini

📋 copy color: '#BFA6A4'

red 191 ◦ green 166 ◦ blue 164

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

Shades of Martini #BFA6A4

Tints of Martini #BFA6A4

RGB

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

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

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

R = 36.66%
G = 31.86%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BFA6A4 (or 0xBFA6A4) is known color: Martini. HEX triplet: BF, A6 and A4. RGB value is (191,166,164). Sum of RGB (Red+Green+Blue) = 191+166+164=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA6A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA6A4 is #40595B. Grayscale: #ADADAD. Windows color (decimal): -4217180 or 10790591. OLE color: 10790591.

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

Color convert

RGB 191 166 164 -
CMYK 0 0.13 0.14 0.25
HSL 4.44º 0.17% 0.7% -
HSV(B) 4.44º 0.14% 0.75% -
XYZ 41.82 41.03 40.84 -
YUV 173.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 191 166 164 0 0.13 0.14 0.25 4.44 0.17 0.7
Hex BF A6 A4 0 D E 19 4 11 46
Octal 277 246 244 0 15 16 31 4 21 106
Binary 10111111 10100110 10100100 0 1101 1110 11001 100 10001 1000110

Color Harmonies of #BFA6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA6A4

Black with #BFA6A4

Text Example


Text Example

White with #BFA6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA6A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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