#BF868A

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

Shades of Puce #BF868A

Tints of Puce #BF868A

Color information

#BF868A (or 0xBF868A) is unknown color: approx Puce. HEX triplet: BF, 86 and 8A. RGB value is (191,134,138). Sum of RGB (Red+Green+Blue) = 191+134+138=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF868A is #407975. Grayscale: #979797. Windows color (decimal): -4225398 or 9078463. OLE color: 9078463.

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

Color convert

RGB191134138-
CMYK00.300.280.25
HSL355.79º30.81%63.73%-
HSV(B)355.79º29.84%74.9%-
XYZ34.629.9628-
YUV151.5120.38156.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 134 (52.73% from 255) = 28.94%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=41.25%
G=28.94%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113413800.300.280.25355.7930.8163.73
HexBF868A01E1C191641f40
Octal277206212036343154437100
Binary1011111110000110100010100111101110011001101100100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF868A; }

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

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

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

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

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

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

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

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