#BE515F

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

Shades of Blush #BE515F

Tints of Blush #BE515F

Color information

#BE515F (or 0xBE515F) is unknown color: approx Blush. HEX triplet: BE, 51 and 5F. RGB value is (190,81,95). Sum of RGB (Red+Green+Blue) = 190+81+95=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE515F is #41AEA0. Grayscale: #737373. Windows color (decimal): -4304545 or 6246846. OLE color: 6246846.

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

Color convert

RGB1908195-
CMYK00.570.50.25
HSL352.29º45.61%53.14%-
HSV(B)352.29º57.37%74.51%-
XYZ26.2417.6612.85-
YUV115.19116.61181.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=51.91%
G=22.13%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190819500.570.50.25352.2945.6153.14
HexBE515F03932191602e35
Octal27612113707162315405665
Binary1011111010100011011111011100111001011001101100000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE515F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE515F; }

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

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

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

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

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

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

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

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