#BF917C

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

Shades of Pale Taupe #BF917C

Tints of Pale Taupe #BF917C

Color information

#BF917C (or 0xBF917C) is unknown color: approx Pale Taupe. HEX triplet: BF, 91 and 7C. RGB value is (191,145,124). Sum of RGB (Red+Green+Blue) = 191+145+124=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF917C is #406E83. Grayscale: #9C9C9C. Windows color (decimal): -4222596 or 8163775. OLE color: 8163775.

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

Color convert

RGB191145124-
CMYK00.240.350.25
HSL18.81º34.36%61.76%-
HSV(B)18.81º35.08%74.9%-
XYZ35.2532.7823.54-
YUV156.36109.74152.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.52%
GREEN value IS 145 (57.03% from 255) = 31.52%
BLUE value IS 124 (48.83% from 255) = 26.96%
R=41.52%
G=31.52%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114512400.240.350.2518.8134.3661.76
HexBF917C018231913223e
Octal2772211740304331234276
Binary101111111001000111111000110001000111100110011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF917C; }

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

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

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

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

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

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

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

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