#BF947C

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

Shades of Pale Taupe #BF947C

Tints of Pale Taupe #BF947C

Color information

#BF947C (or 0xBF947C) is unknown color: approx Pale Taupe. HEX triplet: BF, 94 and 7C. RGB value is (191,148,124). Sum of RGB (Red+Green+Blue) = 191+148+124=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF947C is #406B83. Grayscale: #9E9E9E. Windows color (decimal): -4221828 or 8164543. OLE color: 8164543.

HSL color Cylindrical-coordinate representation of color #BF947C: hue angle of 21.49º 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 #BF947C is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB191148124-
CMYK00.230.350.25
HSL21.49º34.36%61.76%-
HSV(B)21.49º35.08%74.9%-
XYZ35.7133.7123.69-
YUV158.12108.75151.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 148 (58.20% from 255) = 31.97%
BLUE value IS 124 (48.83% from 255) = 26.78%
R=41.25%
G=31.97%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114812400.230.350.2521.4934.3661.76
HexBF947C017231915223e
Octal2772241740274331254276
Binary101111111001010011111000101111000111100110101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF947C; }

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

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

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

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

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

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

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

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