#be4f77

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

Shades of Royal Heath #BE4F77

Tints of Royal Heath #BE4F77

Color information

#BE4F77 (or 0xBE4F77) is unknown color: approx Royal Heath. HEX triplet: BE, 4F and 77. RGB value is (190,79,119). Sum of RGB (Red+Green+Blue) = 190+79+119=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4F77 is #41B088. Grayscale: #747474. Windows color (decimal): -4305033 or 7819198. OLE color: 7819198.

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

Color convert

RGB19079119-
CMYK00.580.370.25
HSL338.38º46.06%52.75%-
HSV(B)338.38º58.42%74.51%-
XYZ27.3617.8719.46-
YUV116.75129.27180.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 79 (31.25% from 255) = 20.36%
BLUE value IS 119 (46.88% from 255) = 30.67%
R=48.97%
G=20.36%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907911900.580.370.25338.3846.0652.75
HexBE4F7703A25191522e35
Octal27611716707245315225665
Binary1011111010011111110111011101010010111001101010010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be4f77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be4f77; }

 p { color: rgb(190,79,119); }

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

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

 a { background-color: rgb(190,79,119); }

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

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

 span { border-color: rgb(190,79,119); }

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