#BE5268

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

Shades of Blush #BE5268

Tints of Blush #BE5268

Color information

#BE5268 (or 0xBE5268) is unknown color: approx Blush. HEX triplet: BE, 52 and 68. RGB value is (190,82,104). Sum of RGB (Red+Green+Blue) = 190+82+104=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5268 is #41AD97. Grayscale: #747474. Windows color (decimal): -4304280 or 6836926. OLE color: 6836926.

HSL color Cylindrical-coordinate representation of color #BE5268: hue angle of 347.78º degrees, saturation: 0.45, 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 #BE5268 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19082104-
CMYK00.570.450.25
HSL347.78º45.38%53.33%-
HSV(B)347.78º56.84%74.51%-
XYZ26.7517.9815.16-
YUV116.8120.78180.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 82 (32.42% from 255) = 21.81%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=50.53%
G=21.81%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908210400.570.450.25347.7845.3853.33
HexBE52680392D1915c2d35
Octal27612215007155315345565
Binary1011111010100101101000011100110110111001101011100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5268; }

 p { color: rgb(190,82,104); }

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

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

 a { background-color: rgb(190,82,104); }

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

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

 span { border-color: rgb(190,82,104); }

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