#BFA69B

Color #BFA69B Martini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martini #BFA69B

Tints of Martini #BFA69B

Color information

#BFA69B (or 0xBFA69B) is unknown color: approx Martini. HEX triplet: BF, A6 and 9B. RGB value is (191,166,155). Sum of RGB (Red+Green+Blue) = 191+166+155=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA69B is #405964. Grayscale: #ACACAC. Windows color (decimal): -4217189 or 10200767. OLE color: 10200767.

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

Color convert

RGB191166155-
CMYK00.130.190.25
HSL18.33º21.95%67.84%-
HSV(B)18.33º18.85%74.9%-
XYZ41.0440.7236.71-
YUV172.22118.28141.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 166 (65.23% from 255) = 32.42%
BLUE value IS 155 (60.94% from 255) = 30.27%
R=37.30%
G=32.42%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116615500.130.190.2518.3321.9567.84
HexBFA69B0D1319121644
Octal27724623301523312226104
Binary10111111101001101001101101101100111100110010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA69B; }

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

 H1.HeaderClassName
 {
   color: #BFA69B;
 }
 .AnyTagClassName
 {
   color: #BFA69B;
 }
</style>
background-color css

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

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

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

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

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

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