#BF858E

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

Shades of Puce #BF858E

Tints of Puce #BF858E

Color information

#BF858E (or 0xBF858E) is unknown color: approx Puce. HEX triplet: BF, 85 and 8E. RGB value is (191,133,142). Sum of RGB (Red+Green+Blue) = 191+133+142=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF858E is #407A71. Grayscale: #979797. Windows color (decimal): -4225650 or 9340351. OLE color: 9340351.

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

Color convert

RGB191133142-
CMYK00.300.260.25
HSL350.69º31.18%63.53%-
HSV(B)350.69º30.37%74.9%-
XYZ34.7629.829.51-
YUV151.37122.72156.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 133 (52.34% from 255) = 28.54%
BLUE value IS 142 (55.86% from 255) = 30.47%
R=40.99%
G=28.54%
B=30.47%

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
Decimal19113314200.300.260.25350.6931.1863.53
HexBF858E01E1A1915f1f40
Octal277205216036323153737100
Binary1011111110000101100011100111101101011001101011111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF858E; }

 p { color: rgb(191,133,142); }

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

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

 a { background-color: rgb(191,133,142); }

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

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

 span { border-color: rgb(191,133,142); }

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