#BE5070

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

Shades of Royal Heath #BE5070

Tints of Royal Heath #BE5070

Color information

#BE5070 (or 0xBE5070) is unknown color: approx Royal Heath. HEX triplet: BE, 50 and 70. RGB value is (190,80,112). Sum of RGB (Red+Green+Blue) = 190+80+112=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5070 is #41AF8F. Grayscale: #747474. Windows color (decimal): -4304784 or 7360702. OLE color: 7360702.

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

Color convert

RGB19080112-
CMYK00.580.410.25
HSL342.55º45.83%52.94%-
HSV(B)342.55º57.89%74.51%-
XYZ27.0317.8517.35-
YUV116.54125.44180.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 80 (31.64% from 255) = 20.94%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=49.74%
G=20.94%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908011200.580.410.25342.5545.8352.94
HexBE507003A29191572e35
Octal27612016007251315275665
Binary1011111010100001110000011101010100111001101010111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5070; }

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

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

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

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

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

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

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

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