#BE506B

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

Shades of Blush #BE506B

Tints of Blush #BE506B

Color information

#BE506B (or 0xBE506B) is unknown color: approx Blush. HEX triplet: BE, 50 and 6B. RGB value is (190,80,107). Sum of RGB (Red+Green+Blue) = 190+80+107=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE506B is #41AF94. Grayscale: #737373. Windows color (decimal): -4304789 or 7033022. OLE color: 7033022.

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

Color convert

RGB19080107-
CMYK00.580.440.25
HSL345.27º45.83%52.94%-
HSV(B)345.27º57.89%74.51%-
XYZ26.7617.7515.92-
YUV115.97122.94180.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 107 (42.19% from 255) = 28.38%
R=50.40%
G=21.22%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908010700.580.440.25345.2745.8352.94
HexBE506B03A2C191592e35
Octal27612015307254315315665
Binary1011111010100001101011011101010110011001101011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE506B; }

 p { color: rgb(190,80,107); }

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

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

 a { background-color: rgb(190,80,107); }

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

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

 span { border-color: rgb(190,80,107); }

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