Html Css Color HEX #BFADA7 Martini

📋 copy color: '#BFADA7'

red 191 ◦ green 173 ◦ blue 167

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

Shades of Martini #BFADA7

Tints of Martini #BFADA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.45%

R = 35.97%
G = 32.58%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BFADA7 (or 0xBFADA7) is known color: Martini. HEX triplet: BF, AD and A7. RGB value is (191,173,167). Sum of RGB (Red+Green+Blue) = 191+173+167=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 167 (65.62% from 255 or 31.45% from 531); Max value from RGB is 191 - color contains mainly: red. Hex color #BFADA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFADA7 is #405258. Grayscale: #B1B1B1. Windows color (decimal): -4215385 or 10988991. OLE color: 10988991.

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

Color convert

RGB 191 173 167 -
CMYK 0 0.09 0.13 0.25
HSL 15º 0.16% 0.7% -
HSV(B) 15º 0.13% 0.75% -
XYZ 43.4 43.75 42.72 -
YUV 177.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 191 173 167 0 0.09 0.13 0.25 15 0.16 0.7
Hex BF AD A7 0 9 D 19 F 10 46
Octal 277 255 247 0 11 15 31 17 20 106
Binary 10111111 10101101 10100111 0 1001 1101 11001 1111 10000 1000110

Color Harmonies of #BFADA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFADA7

Black with #BFADA7

Text Example


Text Example

White with #BFADA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFADA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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