#BF878C

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

Shades of Puce #BF878C

Tints of Puce #BF878C

Color information

#BF878C (or 0xBF878C) is unknown color: approx Puce. HEX triplet: BF, 87 and 8C. RGB value is (191,135,140). Sum of RGB (Red+Green+Blue) = 191+135+140=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF878C is #407873. Grayscale: #989898. Windows color (decimal): -4225140 or 9209791. OLE color: 9209791.

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

Color convert

RGB191135140-
CMYK00.290.270.25
HSL354.64º30.43%63.92%-
HSV(B)354.64º29.32%74.9%-
XYZ34.8830.328.82-
YUV152.31121.05155.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 140 (55.08% from 255) = 30.04%
R=40.99%
G=28.97%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113514000.290.270.25354.6430.4363.92
HexBF878C01D1B191631e40
Octal277207214035333154336100
Binary1011111110000111100011000111011101111001101100011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF878C; }

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

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

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

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

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

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

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

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