#BF8387

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

Shades of Puce #BF8387

Tints of Puce #BF8387

Color information

#BF8387 (or 0xBF8387) is unknown color: approx Puce. HEX triplet: BF, 83 and 87. RGB value is (191,131,135). Sum of RGB (Red+Green+Blue) = 191+131+135=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8387 is #407C78. Grayscale: #959595. Windows color (decimal): -4226169 or 8881087. OLE color: 8881087.

HSL color Cylindrical-coordinate representation of color #BF8387: hue angle of 356º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF8387 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB191131135-
CMYK00.310.290.25
HSL356º31.91%63.14%-
HSV(B)356º31.41%74.9%-
XYZ33.9829.0626.74-
YUV149.4119.88157.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.79%
GREEN value IS 131 (51.56% from 255) = 28.67%
BLUE value IS 135 (53.12% from 255) = 29.54%
R=41.79%
G=28.67%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113113500.310.290.2535631.9163.14
HexBF838701F1D19164203f
Octal27720320703735315444077
Binary1011111110000011100001110111111110111001101100100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8387; }

 p { color: rgb(191,131,135); }

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

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

 a { background-color: rgb(191,131,135); }

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

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

 span { border-color: rgb(191,131,135); }

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