Html Css Color HEX #BFADA5 Martini

📋 copy color: '#BFADA5'

red 191 ◦ green 173 ◦ blue 165

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

Shades of Martini #BFADA5

Tints of Martini #BFADA5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.7%

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

R = 36.11%
G = 32.7%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BFADA5 (or 0xBFADA5) is known color: Martini. HEX triplet: BF, AD and A5. RGB value is (191,173,165). Sum of RGB (Red+Green+Blue) = 191+173+165=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BFADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFADA5 is #40525A. Grayscale: #B1B1B1. Windows color (decimal): -4215387 or 10857919. OLE color: 10857919.

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

Color convert

RGB 191 173 165 -
CMYK 0 0.09 0.14 0.25
HSL 18.46º 0.17% 0.7% -
HSV(B) 18.46º 0.14% 0.75% -
XYZ 43.22 43.68 41.75 -
YUV 177.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 191 173 165 0 0.09 0.14 0.25 18.46 0.17 0.7
Hex BF AD A5 0 9 E 19 12 11 46
Octal 277 255 245 0 11 16 31 22 21 106
Binary 10111111 10101101 10100101 0 1001 1110 11001 10010 10001 1000110

Color Harmonies of #BFADA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFADA5

Black with #BFADA5

Text Example


Text Example

White with #BFADA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFADA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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