#BE5362

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

Shades of Blush #BE5362

Tints of Blush #BE5362

Color information

#BE5362 (or 0xBE5362) is unknown color: approx Blush. HEX triplet: BE, 53 and 62. RGB value is (190,83,98). Sum of RGB (Red+Green+Blue) = 190+83+98=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5362 is #41AC9D. Grayscale: #747474. Windows color (decimal): -4304030 or 6443966. OLE color: 6443966.

HSL color Cylindrical-coordinate representation of color #BE5362: hue angle of 351.59º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE5362 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB1908398-
CMYK00.560.480.25
HSL351.59º45.15%53.53%-
HSV(B)351.59º56.32%74.51%-
XYZ26.5318.0213.63-
YUV116.7117.45180.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.21%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=51.21%
G=22.37%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190839800.560.480.25351.5945.1553.53
HexBE536203830191602d36
Octal27612314207060315405566
Binary1011111010100111100010011100011000011001101100000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5362; }

 p { color: rgb(190,83,98); }

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

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

 a { background-color: rgb(190,83,98); }

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

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

 span { border-color: rgb(190,83,98); }

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