#BE4477

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

Shades of Royal Heath #BE4477

Tints of Royal Heath #BE4477

Color information

#BE4477 (or 0xBE4477) is unknown color: approx Royal Heath. HEX triplet: BE, 44 and 77. RGB value is (190,68,119). Sum of RGB (Red+Green+Blue) = 190+68+119=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4477 is #41BB88. Grayscale: #6E6E6E. Windows color (decimal): -4307849 or 7816382. OLE color: 7816382.

HSL color Cylindrical-coordinate representation of color #BE4477: hue angle of 334.92º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE4477 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB19068119-
CMYK00.640.370.25
HSL334.92º48.41%50.59%-
HSV(B)334.92º64.21%74.51%-
XYZ26.6316.4119.22-
YUV110.29132.92184.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 68 (26.95% from 255) = 18.04%
BLUE value IS 119 (46.88% from 255) = 31.56%
R=50.40%
G=18.04%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906811900.640.370.25334.9248.4150.59
HexBE4477040251914f3033
Octal276104167010045315176063
Binary10111110100010011101110100000010010111001101001111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4477; }

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

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

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

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

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

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

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

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