Html Css Color HEX #BFA99F Martini

📋 copy color: '#BFA99F'

red 191 ◦ green 169 ◦ blue 159

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

Shades of Martini #BFA99F

Tints of Martini #BFA99F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.56%

 BLUE value IS 159 (62.5% from 255) = 30.64%

R = 36.8%
G = 32.56%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BFA99F (or 0xBFA99F) is known color: Martini. HEX triplet: BF, A9 and 9F. RGB value is (191,169,159). Sum of RGB (Red+Green+Blue) = 191+169+159=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA99F is #405660. Grayscale: #AEAEAE. Windows color (decimal): -4216417 or 10463679. OLE color: 10463679.

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

Color convert

RGB 191 169 159 -
CMYK 0 0.12 0.17 0.25
HSL 18.75º 0.2% 0.69% -
HSV(B) 18.75º 0.17% 0.75% -
XYZ 41.93 41.96 38.69 -
YUV 174.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 191 169 159 0 0.12 0.17 0.25 18.75 0.2 0.69
Hex BF A9 9F 0 C 11 19 13 14 45
Octal 277 251 237 0 14 21 31 23 24 105
Binary 10111111 10101001 10011111 0 1100 10001 11001 10011 10100 1000101

Color Harmonies of #BFA99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA99F

Black with #BFA99F

Text Example


Text Example

White with #BFA99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA99F; }

 p { color: rgb(191,169,159); }

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

background-color css

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

 a { background-color: rgb(191,169,159); }

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

border-color css

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

 span { border-color: rgb(191,169,159); }

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