#BF7E8F

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

Shades of Puce #BF7E8F

Tints of Puce #BF7E8F

Color information

#BF7E8F (or 0xBF7E8F) is unknown color: approx Puce. HEX triplet: BF, 7E and 8F. RGB value is (191,126,143). Sum of RGB (Red+Green+Blue) = 191+126+143=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7E8F is #408170. Grayscale: #939393. Windows color (decimal): -4227441 or 9404095. OLE color: 9404095.

HSL color Cylindrical-coordinate representation of color #BF7E8F: hue angle of 344.31º degrees, saturation: 0.34, 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 #BF7E8F is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB191126143-
CMYK00.340.250.25
HSL344.31º33.68%62.16%-
HSV(B)344.31º34.03%74.9%-
XYZ33.927.9829.6-
YUV147.37125.53159.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.52%
GREEN value IS 126 (49.61% from 255) = 27.39%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=41.52%
G=27.39%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112614300.340.250.25344.3133.6862.16
HexBF7E8F0221919158223e
Octal27717621704231315304276
Binary1011111111111101000111101000101100111001101011000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7E8F; }

 p { color: rgb(191,126,143); }

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

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

 a { background-color: rgb(191,126,143); }

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

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

 span { border-color: rgb(191,126,143); }

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