Html Css Color HEX #BFA9A5 Martini

📋 copy color: '#BFA9A5'

red 191 ◦ green 169 ◦ blue 165

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

Shades of Martini #BFA9A5

Tints of Martini #BFA9A5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.19%

 BLUE value IS 165 (64.84% from 255) = 31.43%

R = 36.38%
G = 32.19%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BFA9A5 (or 0xBFA9A5) is known color: Martini. HEX triplet: BF, A9 and A5. RGB value is (191,169,165). Sum of RGB (Red+Green+Blue) = 191+169+165=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA9A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA9A5 is #40565A. Grayscale: #AFAFAF. Windows color (decimal): -4216411 or 10856895. OLE color: 10856895.

HSL color Cylindrical-coordinate representation of color #BFA9A5: hue angle of 9.23º 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 #BFA9A5 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 169 165 -
CMYK 0 0.12 0.14 0.25
HSL 9.23º 0.17% 0.7% -
HSV(B) 9.23º 0.14% 0.75% -
XYZ 42.47 42.17 41.5 -
YUV 175.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 191 169 165 0 0.12 0.14 0.25 9.23 0.17 0.7
Hex BF A9 A5 0 C E 19 9 11 46
Octal 277 251 245 0 14 16 31 11 21 106
Binary 10111111 10101001 10100101 0 1100 1110 11001 1001 10001 1000110

Color Harmonies of #BFA9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA9A5

Black with #BFA9A5

Text Example


Text Example

White with #BFA9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA9A5; }

 p { color: rgb(191,169,165); }

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

background-color css

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

 a { background-color: rgb(191,169,165); }

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

border-color css

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

 span { border-color: rgb(191,169,165); }

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