Html Css Color HEX #BFA699 Martini

📋 copy color: '#BFA699'

red 191 ◦ green 166 ◦ blue 153

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

Shades of Martini #BFA699

Tints of Martini #BFA699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30%

R = 37.45%
G = 32.55%
B = 30%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BFA699 (or 0xBFA699) is known color: Martini. HEX triplet: BF, A6 and 99. RGB value is (191,166,153). Sum of RGB (Red+Green+Blue) = 191+166+153=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA699 is #405966. Grayscale: #ACACAC. Windows color (decimal): -4217191 or 10069695. OLE color: 10069695.

HSL color Cylindrical-coordinate representation of color #BFA699: hue angle of 20.53º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFA699 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 166 153 -
CMYK 0 0.13 0.20 0.25
HSL 20.53º 0.23% 0.67% -
HSV(B) 20.53º 0.2% 0.75% -
XYZ 40.87 40.65 35.83 -
YUV 171.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 191 166 153 0 0.13 0.20 0.25 20.53 0.23 0.67
Hex BF A6 99 0 D 14 19 15 17 43
Octal 277 246 231 0 15 24 31 25 27 103
Binary 10111111 10100110 10011001 0 1101 10100 11001 10101 10111 1000011

Color Harmonies of #BFA699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA699

Black with #BFA699

Text Example


Text Example

White with #BFA699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA699; }

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

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

background-color css

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

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

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

border-color css

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

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

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