#BE506C

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

Shades of Blush #BE506C

Tints of Blush #BE506C

Color information

#BE506C (or 0xBE506C) is unknown color: approx Blush. HEX triplet: BE, 50 and 6C. RGB value is (190,80,108). Sum of RGB (Red+Green+Blue) = 190+80+108=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE506C is #41AF93. Grayscale: #747474. Windows color (decimal): -4304788 or 7098558. OLE color: 7098558.

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

Color convert

RGB19080108-
CMYK00.580.430.25
HSL344.73º45.83%52.94%-
HSV(B)344.73º57.89%74.51%-
XYZ26.8117.7716.2-
YUV116.08123.44180.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 80 (31.64% from 255) = 21.16%
BLUE value IS 108 (42.58% from 255) = 28.57%
R=50.26%
G=21.16%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908010800.580.430.25344.7345.8352.94
HexBE506C03A2B191592e35
Octal27612015407253315315665
Binary1011111010100001101100011101010101111001101011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE506C; }

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

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

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

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

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

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

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

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