Html Css Color HEX #BE5079 Royal Heath

📋 copy color: '#BE5079'

red 190 ◦ green 80 ◦ blue 121

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

Shades of Royal Heath #BE5079

Tints of Royal Heath #BE5079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.46%

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

R = 48.59%
G = 20.46%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE5079 (or 0xBE5079) is known color: Royal Heath. HEX triplet: BE, 50 and 79. RGB value is (190,80,121). Sum of RGB (Red+Green+Blue) = 190+80+121=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5079 is #41AF86. Grayscale: #757575. Windows color (decimal): -4304775 or 7950526. OLE color: 7950526.

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

Color convert

RGB 190 80 121 -
CMYK 0 0.58 0.36 0.25
HSL 337.64º 0.46% 0.53% -
HSV(B) 337.64º 0.58% 0.75% -
XYZ 27.56 18.06 20.12 -
YUV 117.56 129.94 179.67 -
System Red Green Blue C M Y K H S L
Decimal 190 80 121 0 0.58 0.36 0.25 337.64 0.46 0.53
Hex BE 50 79 0 3A 24 19 152 2E 35
Octal 276 120 171 0 72 44 31 522 56 65
Binary 10111110 1010000 1111001 0 111010 100100 11001 101010010 101110 110101

Color Harmonies of #BE5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5079

Black with #BE5079

Text Example


Text Example

White with #BE5079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5079; }

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

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

background-color css

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

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

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

border-color css

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

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

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