#BE5162

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

Shades of Blush #BE5162

Tints of Blush #BE5162

Color information

#BE5162 (or 0xBE5162) is unknown color: approx Blush. HEX triplet: BE, 51 and 62. RGB value is (190,81,98). Sum of RGB (Red+Green+Blue) = 190+81+98=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5162 is #41AE9D. Grayscale: #737373. Windows color (decimal): -4304542 or 6443454. OLE color: 6443454.

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

Color convert

RGB1908198-
CMYK00.570.480.25
HSL350.64º45.61%53.14%-
HSV(B)350.64º57.37%74.51%-
XYZ26.3817.7113.58-
YUV115.53118.11181.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 98 (38.67% from 255) = 26.56%
R=51.49%
G=21.95%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190819800.570.480.25350.6445.6153.14
HexBE5162039301915f2e35
Octal27612114207160315375665
Binary1011111010100011100010011100111000011001101011111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5162; }

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

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

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

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

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

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

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

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