Html Css Color HEX #BFA69D Martini

📋 copy color: '#BFA69D'

red 191 ◦ green 166 ◦ blue 157

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

Shades of Martini #BFA69D

Tints of Martini #BFA69D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.3%

 BLUE value IS 157 (61.72% from 255) = 30.54%

R = 37.16%
G = 32.3%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BFA69D (or 0xBFA69D) is known color: Martini. HEX triplet: BF, A6 and 9D. RGB value is (191,166,157). Sum of RGB (Red+Green+Blue) = 191+166+157=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA69D is #405962. Grayscale: #ACACAC. Windows color (decimal): -4217187 or 10331839. OLE color: 10331839.

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

Color convert

RGB 191 166 157 -
CMYK 0 0.13 0.18 0.25
HSL 15.88º 0.21% 0.68% -
HSV(B) 15.88º 0.18% 0.75% -
XYZ 41.21 40.78 37.6 -
YUV 172.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 191 166 157 0 0.13 0.18 0.25 15.88 0.21 0.68
Hex BF A6 9D 0 D 12 19 10 15 44
Octal 277 246 235 0 15 22 31 20 25 104
Binary 10111111 10100110 10011101 0 1101 10010 11001 10000 10101 1000100

Color Harmonies of #BFA69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA69D

Black with #BFA69D

Text Example


Text Example

White with #BFA69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA69D; }

 p { color: rgb(191,166,157); }

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

background-color css

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

 a { background-color: rgb(191,166,157); }

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

border-color css

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

 span { border-color: rgb(191,166,157); }

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