#BE5269

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

Shades of Blush #BE5269

Tints of Blush #BE5269

Color information

#BE5269 (or 0xBE5269) is unknown color: approx Blush. HEX triplet: BE, 52 and 69. RGB value is (190,82,105). Sum of RGB (Red+Green+Blue) = 190+82+105=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5269 is #41AD96. Grayscale: #747474. Windows color (decimal): -4304279 or 6902462. OLE color: 6902462.

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

Color convert

RGB19082105-
CMYK00.570.450.25
HSL347.22º45.38%53.33%-
HSV(B)347.22º56.84%74.51%-
XYZ26.81815.43-
YUV116.91121.28180.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 105 (41.41% from 255) = 27.85%
R=50.40%
G=21.75%
B=27.85%

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
Decimal1908210500.570.450.25347.2245.3853.33
HexBE52690392D1915b2d35
Octal27612215107155315335565
Binary1011111010100101101001011100110110111001101011011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5269; }

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

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

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

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

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

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

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

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