#BF7C92

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

Shades of Puce #BF7C92

Tints of Puce #BF7C92

Color information

#BF7C92 (or 0xBF7C92) is unknown color: approx Puce. HEX triplet: BF, 7C and 92. RGB value is (191,124,146). Sum of RGB (Red+Green+Blue) = 191+124+146=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7C92 is #40836D. Grayscale: #929292. Windows color (decimal): -4227950 or 9600191. OLE color: 9600191.

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

Color convert

RGB191124146-
CMYK00.350.240.25
HSL340.3º34.36%61.76%-
HSV(B)340.3º35.08%74.9%-
XYZ33.8827.5730.73-
YUV146.54127.7159.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=41.43%
G=26.90%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112414600.350.240.25340.334.3661.76
HexBF7C920231819154223e
Octal27717422204330315244276
Binary1011111111111001001001001000111100011001101010100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C92; }

 p { color: rgb(191,124,146); }

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

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

 a { background-color: rgb(191,124,146); }

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

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

 span { border-color: rgb(191,124,146); }

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