#BF937C

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

Shades of Pale Taupe #BF937C

Tints of Pale Taupe #BF937C

Color information

#BF937C (or 0xBF937C) is unknown color: approx Pale Taupe. HEX triplet: BF, 93 and 7C. RGB value is (191,147,124). Sum of RGB (Red+Green+Blue) = 191+147+124=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF937C is #406C83. Grayscale: #9D9D9D. Windows color (decimal): -4222084 or 8164287. OLE color: 8164287.

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

Color convert

RGB191147124-
CMYK00.230.350.25
HSL20.6º34.36%61.76%-
HSV(B)20.6º35.08%74.9%-
XYZ35.5633.423.64-
YUV157.53109.08151.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.34%
GREEN value IS 147 (57.81% from 255) = 31.82%
BLUE value IS 124 (48.83% from 255) = 26.84%
R=41.34%
G=31.82%
B=26.84%

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
Decimal19114712400.230.350.2520.634.3661.76
HexBF937C017231915223e
Octal2772231740274331254276
Binary101111111001001111111000101111000111100110101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF937C; }

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

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

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

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

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

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

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

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