Html Css Color HEX #BFA7A5 Martini

📋 copy color: '#BFA7A5'

red 191 ◦ green 167 ◦ blue 165

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

Shades of Martini #BFA7A5

Tints of Martini #BFA7A5

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.93%

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

R = 36.52%
G = 31.93%
B = 31.55%

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

#BFA7A5 (or 0xBFA7A5) is known color: Martini. HEX triplet: BF, A7 and A5. RGB value is (191,167,165). Sum of RGB (Red+Green+Blue) = 191+167+165=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 167 (65.62% from 255 or 31.93% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA7A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA7A5 is #40585A. Grayscale: #ADADAD. Windows color (decimal): -4216923 or 10856383. OLE color: 10856383.

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

Color convert

RGB 191 167 165 -
CMYK 0 0.13 0.14 0.25
HSL 4.62º 0.17% 0.7% -
HSV(B) 4.62º 0.14% 0.75% -
XYZ 42.1 41.43 41.38 -
YUV 173.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 191 167 165 0 0.13 0.14 0.25 4.62 0.17 0.7
Hex BF A7 A5 0 D E 19 5 11 46
Octal 277 247 245 0 15 16 31 5 21 106
Binary 10111111 10100111 10100101 0 1101 1110 11001 101 10001 1000110

Color Harmonies of #BFA7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA7A5

Black with #BFA7A5

Text Example


Text Example

White with #BFA7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA7A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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