#BF8294

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

Shades of Puce #BF8294

Tints of Puce #BF8294

Color information

#BF8294 (or 0xBF8294) is unknown color: approx Puce. HEX triplet: BF, 82 and 94. RGB value is (191,130,148). Sum of RGB (Red+Green+Blue) = 191+130+148=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8294 is #407D6B. Grayscale: #969696. Windows color (decimal): -4226412 or 9732799. OLE color: 9732799.

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

Color convert

RGB191130148-
CMYK00.320.230.25
HSL342.3º32.28%62.94%-
HSV(B)342.3º31.94%74.9%-
XYZ34.8129.1831.81-
YUV150.29126.71157.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=40.72%
G=27.72%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113014800.320.230.25342.332.2862.94
HexBF82940201719156203f
Octal27720222404027315264077
Binary10111111100000101001010001000001011111001101010110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8294; }

 p { color: rgb(191,130,148); }

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

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

 a { background-color: rgb(191,130,148); }

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

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

 span { border-color: rgb(191,130,148); }

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