#BF878A

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

Shades of Puce #BF878A

Tints of Puce #BF878A

Color information

#BF878A (or 0xBF878A) is unknown color: approx Puce. HEX triplet: BF, 87 and 8A. RGB value is (191,135,138). Sum of RGB (Red+Green+Blue) = 191+135+138=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF878A is #407875. Grayscale: #989898. Windows color (decimal): -4225142 or 9078719. OLE color: 9078719.

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

Color convert

RGB191135138-
CMYK00.290.280.25
HSL356.79º30.43%63.92%-
HSV(B)356.79º29.32%74.9%-
XYZ34.7430.2428.05-
YUV152.09120.05155.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.16%
GREEN value IS 135 (53.12% from 255) = 29.09%
BLUE value IS 138 (54.30% from 255) = 29.74%
R=41.16%
G=29.09%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113513800.290.280.25356.7930.4363.92
HexBF878A01D1C191651e40
Octal277207212035343154536100
Binary1011111110000111100010100111011110011001101100101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF878A; }

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

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

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

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

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

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

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

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