#BE505F

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

Shades of Blush #BE505F

Tints of Blush #BE505F

Color information

#BE505F (or 0xBE505F) is unknown color: approx Blush. HEX triplet: BE, 50 and 5F. RGB value is (190,80,95). Sum of RGB (Red+Green+Blue) = 190+80+95=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE505F is #41AFA0. Grayscale: #727272. Windows color (decimal): -4304801 or 6246590. OLE color: 6246590.

HSL color Cylindrical-coordinate representation of color #BE505F: hue angle of 351.82º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE505F is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.25.

Color convert

RGB1908095-
CMYK00.580.50.25
HSL351.82º45.83%52.94%-
HSV(B)351.82º57.89%74.51%-
XYZ26.1717.5112.83-
YUV114.6116.94181.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 95 (37.5% from 255) = 26.03%
R=52.05%
G=21.92%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190809500.580.50.25351.8245.8352.94
HexBE505F03A32191602e35
Octal27612013707262315405665
Binary1011111010100001011111011101011001011001101100000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE505F; }

 p { color: rgb(190,80,95); }

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

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

 a { background-color: rgb(190,80,95); }

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

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

 span { border-color: rgb(190,80,95); }

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