#BE7F8F

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

Shades of Puce #BE7F8F

Tints of Puce #BE7F8F

Color information

#BE7F8F (or 0xBE7F8F) is unknown color: approx Puce. HEX triplet: BE, 7F and 8F. RGB value is (190,127,143). Sum of RGB (Red+Green+Blue) = 190+127+143=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F8F is #418070. Grayscale: #939393. Windows color (decimal): -4292721 or 9404350. OLE color: 9404350.

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

Color convert

RGB190127143-
CMYK00.330.250.25
HSL344.76º32.64%62.16%-
HSV(B)344.76º33.16%74.51%-
XYZ33.7828.1129.63-
YUV147.66125.37158.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.30%
GREEN value IS 127 (50% from 255) = 27.61%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=41.30%
G=27.61%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012714300.330.250.25344.7632.6462.16
HexBE7F8F0211919159213e
Octal27617721704131315314176
Binary1011111011111111000111101000011100111001101011001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7F8F; }

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

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

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

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

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

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

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

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