#BE7F97

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

Shades of Puce #BE7F97

Tints of Puce #BE7F97

Color information

#BE7F97 (or 0xBE7F97) is unknown color: approx Puce. HEX triplet: BE, 7F and 97. RGB value is (190,127,151). Sum of RGB (Red+Green+Blue) = 190+127+151=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F97 is #418068. Grayscale: #949494. Windows color (decimal): -4292713 or 9928638. OLE color: 9928638.

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

Color convert

RGB190127151-
CMYK00.330.210.25
HSL337.14º32.64%62.16%-
HSV(B)337.14º33.16%74.51%-
XYZ34.4128.3632.94-
YUV148.57129.37157.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=40.60%
G=27.14%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012715100.330.210.25337.1432.6462.16
HexBE7F970211519151213e
Octal27617722704125315214176
Binary1011111011111111001011101000011010111001101010001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F97; }

 p { color: rgb(190,127,151); }

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

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

 a { background-color: rgb(190,127,151); }

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

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

 span { border-color: rgb(190,127,151); }

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