#BF8491

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

Shades of Puce #BF8491

Tints of Puce #BF8491

Color information

#BF8491 (or 0xBF8491) is unknown color: approx Puce. HEX triplet: BF, 84 and 91. RGB value is (191,132,145). Sum of RGB (Red+Green+Blue) = 191+132+145=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8491 is #407B6E. Grayscale: #979797. Windows color (decimal): -4225903 or 9536703. OLE color: 9536703.

HSL color Cylindrical-coordinate representation of color #BF8491: hue angle of 346.78º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF8491 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB191132145-
CMYK00.310.240.25
HSL346.78º31.55%63.33%-
HSV(B)346.78º30.89%74.9%-
XYZ34.8529.6230.67-
YUV151.12124.55156.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 145 (57.03% from 255) = 30.98%
R=40.81%
G=28.21%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113214500.310.240.25346.7831.5563.33
HexBF849101F181915b203f
Octal27720422103730315334077
Binary1011111110000100100100010111111100011001101011011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8491; }

 p { color: rgb(191,132,145); }

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

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

 a { background-color: rgb(191,132,145); }

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

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

 span { border-color: rgb(191,132,145); }

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