Html Css Color HEX #BE4A79 Royal Heath

📋 copy color: '#BE4A79'

red 190 ◦ green 74 ◦ blue 121

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

Shades of Royal Heath #BE4A79

Tints of Royal Heath #BE4A79

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.22%

 BLUE value IS 121 (47.66% from 255) = 31.43%

R = 49.35%
G = 19.22%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE4A79 (or 0xBE4A79) is known color: Royal Heath. HEX triplet: BE, 4A and 79. RGB value is (190,74,121). Sum of RGB (Red+Green+Blue) = 190+74+121=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4A79 is #41B586. Grayscale: #717171. Windows color (decimal): -4306311 or 7948990. OLE color: 7948990.

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

Color convert

RGB 190 74 121 -
CMYK 0 0.61 0.36 0.25
HSL 335.69º 0.47% 0.52% -
HSV(B) 335.69º 0.61% 0.75% -
XYZ 27.14 17.23 19.98 -
YUV 114.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 190 74 121 0 0.61 0.36 0.25 335.69 0.47 0.52
Hex BE 4A 79 0 3D 24 19 150 2F 34
Octal 276 112 171 0 75 44 31 520 57 64
Binary 10111110 1001010 1111001 0 111101 100100 11001 101010000 101111 110100

Color Harmonies of #BE4A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4A79

Black with #BE4A79

Text Example


Text Example

White with #BE4A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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