#BF8487

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

Shades of Puce #BF8487

Tints of Puce #BF8487

Color information

#BF8487 (or 0xBF8487) is unknown color: approx Puce. HEX triplet: BF, 84 and 87. RGB value is (191,132,135). Sum of RGB (Red+Green+Blue) = 191+132+135=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8487 is #407B78. Grayscale: #969696. Windows color (decimal): -4225913 or 8881343. OLE color: 8881343.

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

Color convert

RGB191132135-
CMYK00.310.290.25
HSL356.95º31.55%63.33%-
HSV(B)356.95º30.89%74.9%-
XYZ34.1129.3326.78-
YUV149.98119.55157.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 132 (51.95% from 255) = 28.82%
BLUE value IS 135 (53.12% from 255) = 29.48%
R=41.70%
G=28.82%
B=29.48%

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
Decimal19113213500.310.290.25356.9531.5563.33
HexBF848701F1D19165203f
Octal27720420703735315454077
Binary1011111110000100100001110111111110111001101100101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8487; }

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

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

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

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

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

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

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

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