#BE7F96

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

Shades of Puce #BE7F96

Tints of Puce #BE7F96

Color information

#BE7F96 (or 0xBE7F96) is unknown color: approx Puce. HEX triplet: BE, 7F and 96. RGB value is (190,127,150). Sum of RGB (Red+Green+Blue) = 190+127+150=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F96 is #418069. Grayscale: #949494. Windows color (decimal): -4292714 or 9863102. OLE color: 9863102.

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

Color convert

RGB190127150-
CMYK00.330.210.25
HSL338.1º32.64%62.16%-
HSV(B)338.1º33.16%74.51%-
XYZ34.3328.3332.51-
YUV148.46128.87157.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.69%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=40.69%
G=27.19%
B=32.12%

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
Decimal19012715000.330.210.25338.132.6462.16
HexBE7F960211519152213e
Octal27617722604125315224176
Binary1011111011111111001011001000011010111001101010010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F96; }

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

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

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

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

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

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

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

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