#BE4E6F

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

Shades of Royal Heath #BE4E6F

Tints of Royal Heath #BE4E6F

Color information

#BE4E6F (or 0xBE4E6F) is unknown color: approx Royal Heath. HEX triplet: BE, 4E and 6F. RGB value is (190,78,111). Sum of RGB (Red+Green+Blue) = 190+78+111=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E6F is #41B190. Grayscale: #737373. Windows color (decimal): -4305297 or 7294654. OLE color: 7294654.

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

Color convert

RGB19078111-
CMYK00.590.420.25
HSL342.32º46.28%52.55%-
HSV(B)342.32º58.95%74.51%-
XYZ26.8317.5417.01-
YUV115.25125.61181.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=50.13%
G=20.58%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907811100.590.420.25342.3246.2852.55
HexBE4E6F03B2A191562e35
Octal27611615707352315265665
Binary1011111010011101101111011101110101011001101010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4E6F; }

 p { color: rgb(190,78,111); }

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

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

 a { background-color: rgb(190,78,111); }

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

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

 span { border-color: rgb(190,78,111); }

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