#BE6070

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

Shades of Blush #BE6070

Tints of Blush #BE6070

Color information

#BE6070 (or 0xBE6070) is unknown color: approx Blush. HEX triplet: BE, 60 and 70. RGB value is (190,96,112). Sum of RGB (Red+Green+Blue) = 190+96+112=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6070 is #419F8F. Grayscale: #7D7D7D. Windows color (decimal): -4300688 or 7364798. OLE color: 7364798.

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

Color convert

RGB19096112-
CMYK00.490.410.25
HSL349.79º41.96%56.08%-
HSV(B)349.79º49.47%74.51%-
XYZ28.3420.4817.79-
YUV125.93120.14173.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.74%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 112 (44.14% from 255) = 28.14%
R=47.74%
G=24.12%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909611200.490.410.25349.7941.9656.08
HexBE6070031291915e2a38
Octal27614016006151315365270
Binary1011111011000001110000011000110100111001101011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6070; }

 p { color: rgb(190,96,112); }

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

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

 a { background-color: rgb(190,96,112); }

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

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

 span { border-color: rgb(190,96,112); }

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