Html Css Color HEX #BFA7A3 Martini

📋 copy color: '#BFA7A3'

red 191 ◦ green 167 ◦ blue 163

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

Shades of Martini #BFA7A3

Tints of Martini #BFA7A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.29%

R = 36.66%
G = 32.05%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BFA7A3 (or 0xBFA7A3) is known color: Martini. HEX triplet: BF, A7 and A3. RGB value is (191,167,163). Sum of RGB (Red+Green+Blue) = 191+167+163=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA7A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA7A3 is #40585C. Grayscale: #ADADAD. Windows color (decimal): -4216925 or 10725311. OLE color: 10725311.

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

Color convert

RGB 191 167 163 -
CMYK 0 0.13 0.15 0.25
HSL 8.57º 0.18% 0.69% -
HSV(B) 8.57º 0.15% 0.75% -
XYZ 41.92 41.36 40.42 -
YUV 173.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 191 167 163 0 0.13 0.15 0.25 8.57 0.18 0.69
Hex BF A7 A3 0 D F 19 9 12 45
Octal 277 247 243 0 15 17 31 11 22 105
Binary 10111111 10100111 10100011 0 1101 1111 11001 1001 10010 1000101

Color Harmonies of #BFA7A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA7A3

Black with #BFA7A3

Text Example


Text Example

White with #BFA7A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA7A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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