#BF8F7C

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

Shades of Pale Taupe #BF8F7C

Tints of Pale Taupe #BF8F7C

Color information

#BF8F7C (or 0xBF8F7C) is unknown color: approx Pale Taupe. HEX triplet: BF, 8F and 7C. RGB value is (191,143,124). Sum of RGB (Red+Green+Blue) = 191+143+124=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F7C is #407083. Grayscale: #9B9B9B. Windows color (decimal): -4223108 or 8163263. OLE color: 8163263.

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

Color convert

RGB191143124-
CMYK00.250.350.25
HSL17.01º34.36%61.76%-
HSV(B)17.01º35.08%74.9%-
XYZ34.9532.1823.44-
YUV155.19110.4153.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 143 (56.25% from 255) = 31.22%
BLUE value IS 124 (48.83% from 255) = 27.07%
R=41.70%
G=31.22%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114312400.250.350.2517.0134.3661.76
HexBF8F7C019231911223e
Octal2772171740314331214276
Binary101111111000111111111000110011000111100110001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F7C; }

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

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

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

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

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

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

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

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