#BE5074

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

Shades of Royal Heath #BE5074

Tints of Royal Heath #BE5074

Color information

#BE5074 (or 0xBE5074) is unknown color: approx Royal Heath. HEX triplet: BE, 50 and 74. RGB value is (190,80,116). Sum of RGB (Red+Green+Blue) = 190+80+116=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5074 is #41AF8B. Grayscale: #747474. Windows color (decimal): -4304780 or 7622846. OLE color: 7622846.

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

Color convert

RGB19080116-
CMYK00.580.390.25
HSL340.36º45.83%52.94%-
HSV(B)340.36º57.89%74.51%-
XYZ27.2617.9518.55-
YUV116.99127.44180.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 80 (31.64% from 255) = 20.73%
BLUE value IS 116 (45.70% from 255) = 30.05%
R=49.22%
G=20.73%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908011600.580.390.25340.3645.8352.94
HexBE507403A27191542e35
Octal27612016407247315245665
Binary1011111010100001110100011101010011111001101010100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5074; }

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

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

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

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

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

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

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

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