#BF8495

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

Shades of Puce #BF8495

Tints of Puce #BF8495

Color information

#BF8495 (or 0xBF8495) is unknown color: approx Puce. HEX triplet: BF, 84 and 95. RGB value is (191,132,149). Sum of RGB (Red+Green+Blue) = 191+132+149=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8495 is #407B6A. Grayscale: #979797. Windows color (decimal): -4225899 or 9798847. OLE color: 9798847.

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

Color convert

RGB191132149-
CMYK00.310.220.25
HSL342.71º31.55%63.33%-
HSV(B)342.71º30.89%74.9%-
XYZ35.1629.7532.32-
YUV151.58126.55156.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=40.47%
G=27.97%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113214900.310.220.25342.7131.5563.33
HexBF849501F1619157203f
Octal27720422503726315274077
Binary1011111110000100100101010111111011011001101010111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8495; }

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

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

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

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

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

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

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

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