#BF868D

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

Shades of Puce #BF868D

Tints of Puce #BF868D

Color information

#BF868D (or 0xBF868D) is unknown color: approx Puce. HEX triplet: BF, 86 and 8D. RGB value is (191,134,141). Sum of RGB (Red+Green+Blue) = 191+134+141=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF868D is #407972. Grayscale: #979797. Windows color (decimal): -4225395 or 9275071. OLE color: 9275071.

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

Color convert

RGB191134141-
CMYK00.300.260.25
HSL352.63º30.81%63.73%-
HSV(B)352.63º29.84%74.9%-
XYZ34.8230.0529.16-
YUV151.84121.88155.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 134 (52.73% from 255) = 28.76%
BLUE value IS 141 (55.47% from 255) = 30.26%
R=40.99%
G=28.76%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113414100.300.260.25352.6330.8163.73
HexBF868D01E1A191611f40
Octal277206215036323154137100
Binary1011111110000110100011010111101101011001101100001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF868D; }

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

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

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

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

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

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

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

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