#BF858C

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

Shades of Puce #BF858C

Tints of Puce #BF858C

Color information

#BF858C (or 0xBF858C) is unknown color: approx Puce. HEX triplet: BF, 85 and 8C. RGB value is (191,133,140). Sum of RGB (Red+Green+Blue) = 191+133+140=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF858C is #407A73. Grayscale: #979797. Windows color (decimal): -4225652 or 9209279. OLE color: 9209279.

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

Color convert

RGB191133140-
CMYK00.300.270.25
HSL352.76º31.18%63.53%-
HSV(B)352.76º30.37%74.9%-
XYZ34.6129.7428.73-
YUV151.14121.72156.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.16%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 140 (55.08% from 255) = 30.17%
R=41.16%
G=28.66%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113314000.300.270.25352.7631.1863.53
HexBF858C01E1B191611f40
Octal277205214036333154137100
Binary1011111110000101100011000111101101111001101100001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF858C; }

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

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

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

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

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

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

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

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