#BF7F9A

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

Shades of Puce #BF7F9A

Tints of Puce #BF7F9A

Color information

#BF7F9A (or 0xBF7F9A) is unknown color: approx Puce. HEX triplet: BF, 7F and 9A. RGB value is (191,127,154). Sum of RGB (Red+Green+Blue) = 191+127+154=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7F9A is #408065. Grayscale: #959595. Windows color (decimal): -4227174 or 10125247. OLE color: 10125247.

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

Color convert

RGB191127154-
CMYK00.340.190.25
HSL334.69º33.33%62.35%-
HSV(B)334.69º33.51%74.9%-
XYZ34.9128.5934.25-
YUV149.21130.7157.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 127 (50% from 255) = 26.91%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=40.47%
G=26.91%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112715400.340.190.25334.6933.3362.35
HexBF7F9A022131914f213e
Octal27717723204223315174176
Binary1011111111111111001101001000101001111001101001111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F9A; }

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

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

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

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

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

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

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

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