#BF8593

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

Shades of Puce #BF8593

Tints of Puce #BF8593

Color information

#BF8593 (or 0xBF8593) is unknown color: approx Puce. HEX triplet: BF, 85 and 93. RGB value is (191,133,147). Sum of RGB (Red+Green+Blue) = 191+133+147=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8593 is #407A6C. Grayscale: #979797. Windows color (decimal): -4225645 or 9668031. OLE color: 9668031.

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

Color convert

RGB191133147-
CMYK00.300.230.25
HSL345.52º31.18%63.53%-
HSV(B)345.52º30.37%74.9%-
XYZ35.1429.9631.53-
YUV151.94125.22155.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 133 (52.34% from 255) = 28.24%
BLUE value IS 147 (57.81% from 255) = 31.21%
R=40.55%
G=28.24%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113314700.300.230.25345.5231.1863.53
HexBF859301E171915a1f40
Octal277205223036273153237100
Binary1011111110000101100100110111101011111001101011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8593; }

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

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

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

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

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

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

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

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