Html Css Color HEX #BE5978 Royal Heath

📋 copy color: '#BE5978'

red 190 ◦ green 89 ◦ blue 120

#BE5978
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #BE5978

Tints of Royal Heath #BE5978

RGB

 RED value IS 190 (74.61% from 255) = 47.62%

 GREEN value IS 89 (35.16% from 255) = 22.31%

 BLUE value IS 120 (47.27% from 255) = 30.08%

R = 47.62%
G = 22.31%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE5978 (or 0xBE5978) is known color: Royal Heath. HEX triplet: BE, 59 and 78. RGB value is (190,89,120). Sum of RGB (Red+Green+Blue) = 190+89+120=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5978 is #41A687. Grayscale: #7A7A7A. Windows color (decimal): -4302472 or 7887294. OLE color: 7887294.

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

Color convert

RGB 190 89 120 -
CMYK 0 0.53 0.37 0.25
HSL 341.58º 0.44% 0.55% -
HSV(B) 341.58º 0.53% 0.75% -
XYZ 28.2 19.45 20.04 -
YUV 122.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 190 89 120 0 0.53 0.37 0.25 341.58 0.44 0.55
Hex BE 59 78 0 35 25 19 156 2C 37
Octal 276 131 170 0 65 45 31 526 54 67
Binary 10111110 1011001 1111000 0 110101 100101 11001 101010110 101100 110111

Color Harmonies of #BE5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5978

Black with #BE5978

Text Example


Text Example

White with #BE5978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5978; }

 p { color: rgb(190,89,120); }

 H1.HeaderClassName
 {
   color: #BE5978;
 }
 .AnyTagClassName
 {
   color: #BE5978;
 }
</style>

background-color css

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

 a { background-color: rgb(190,89,120); }

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

border-color css

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

 span { border-color: rgb(190,89,120); }

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