#BE526E

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

Shades of Blush #BE526E

Tints of Blush #BE526E

Color information

#BE526E (or 0xBE526E) is unknown color: approx Blush. HEX triplet: BE, 52 and 6E. RGB value is (190,82,110). Sum of RGB (Red+Green+Blue) = 190+82+110=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE526E is #41AD91. Grayscale: #757575. Windows color (decimal): -4304274 or 7230142. OLE color: 7230142.

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

Color convert

RGB19082110-
CMYK00.570.420.25
HSL344.44º45.38%53.33%-
HSV(B)344.44º56.84%74.51%-
XYZ27.0718.1116.82-
YUV117.48123.78179.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 82 (32.42% from 255) = 21.47%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=49.74%
G=21.47%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908211000.570.420.25344.4445.3853.33
HexBE526E0392A191582d35
Octal27612215607152315305565
Binary1011111010100101101110011100110101011001101011000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE526E; }

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

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

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

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

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

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

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

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