#BF7F99

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

Shades of Puce #BF7F99

Tints of Puce #BF7F99

Color information

#BF7F99 (or 0xBF7F99) is unknown color: approx Puce. HEX triplet: BF, 7F and 99. RGB value is (191,127,153). Sum of RGB (Red+Green+Blue) = 191+127+153=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7F99 is #408066. Grayscale: #959595. Windows color (decimal): -4227175 or 10059711. OLE color: 10059711.

HSL color Cylindrical-coordinate representation of color #BF7F99: hue angle of 335.62º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF7F99 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB191127153-
CMYK00.340.200.25
HSL335.62º33.33%62.35%-
HSV(B)335.62º33.51%74.9%-
XYZ34.8328.5633.81-
YUV149.1130.2157.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 127 (50% from 255) = 26.96%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=40.55%
G=26.96%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112715300.340.200.25335.6233.3362.35
HexBF7F990221419150213e
Octal27717723104224315204176
Binary1011111111111111001100101000101010011001101010000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F99; }

 p { color: rgb(191,127,153); }

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

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

 a { background-color: rgb(191,127,153); }

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

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

 span { border-color: rgb(191,127,153); }

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