#BF858D

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

Shades of Puce #BF858D

Tints of Puce #BF858D

Color information

#BF858D (or 0xBF858D) is unknown color: approx Puce. HEX triplet: BF, 85 and 8D. RGB value is (191,133,141). Sum of RGB (Red+Green+Blue) = 191+133+141=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF858D is #407A72. Grayscale: #979797. Windows color (decimal): -4225651 or 9274815. OLE color: 9274815.

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

Color convert

RGB191133141-
CMYK00.300.260.25
HSL351.72º31.18%63.53%-
HSV(B)351.72º30.37%74.9%-
XYZ34.6829.7729.12-
YUV151.25122.22156.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 133 (52.34% from 255) = 28.60%
BLUE value IS 141 (55.47% from 255) = 30.32%
R=41.08%
G=28.60%
B=30.32%

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
Decimal19113314100.300.260.25351.7231.1863.53
HexBF858D01E1A191601f40
Octal277205215036323154037100
Binary1011111110000101100011010111101101011001101100000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF858D; }

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

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

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

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

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

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

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

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