#BE4A71

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

Shades of Royal Heath #BE4A71

Tints of Royal Heath #BE4A71

Color information

#BE4A71 (or 0xBE4A71) is unknown color: approx Royal Heath. HEX triplet: BE, 4A and 71. RGB value is (190,74,113). Sum of RGB (Red+Green+Blue) = 190+74+113=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4A71 is #41B58E. Grayscale: #717171. Windows color (decimal): -4306319 or 7424702. OLE color: 7424702.

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

Color convert

RGB19074113-
CMYK00.610.410.25
HSL339.83º47.15%51.76%-
HSV(B)339.83º61.05%74.51%-
XYZ26.6617.0417.51-
YUV113.13127.93182.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 74 (29.30% from 255) = 19.63%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=50.40%
G=19.63%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907411300.610.410.25339.8347.1551.76
HexBE4A7103D29191542f34
Octal27611216107551315245764
Binary1011111010010101110001011110110100111001101010100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4A71; }

 p { color: rgb(190,74,113); }

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

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

 a { background-color: rgb(190,74,113); }

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

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

 span { border-color: rgb(190,74,113); }

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