#BF917F

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

Shades of Pale Taupe #BF917F

Tints of Pale Taupe #BF917F

Color information

#BF917F (or 0xBF917F) is unknown color: approx Pale Taupe. HEX triplet: BF, 91 and 7F. RGB value is (191,145,127). Sum of RGB (Red+Green+Blue) = 191+145+127=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF917F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF917F is #406E80. Grayscale: #9C9C9C. Windows color (decimal): -4222593 or 8360383. OLE color: 8360383.

HSL color Cylindrical-coordinate representation of color #BF917F: hue angle of 16.88º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF917F is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB191145127-
CMYK00.240.340.25
HSL16.88º33.33%62.35%-
HSV(B)16.88º33.51%74.9%-
XYZ35.4432.8624.55-
YUV156.7111.24152.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 145 (57.03% from 255) = 31.32%
BLUE value IS 127 (50% from 255) = 27.43%
R=41.25%
G=31.32%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114512700.240.340.2516.8833.3362.35
HexBF917F018221911213e
Octal2772211770304231214176
Binary101111111001000111111110110001000101100110001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF917F; }

 p { color: rgb(191,145,127); }

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

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

 a { background-color: rgb(191,145,127); }

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

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

 span { border-color: rgb(191,145,127); }

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