Html Css Color HEX #BE4577 Royal Heath

📋 copy color: '#BE4577'

red 190 ◦ green 69 ◦ blue 119

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

Shades of Royal Heath #BE4577

Tints of Royal Heath #BE4577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.25%

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 50.26%
G = 18.25%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE4577 (or 0xBE4577) is known color: Royal Heath. HEX triplet: BE, 45 and 77. RGB value is (190,69,119). Sum of RGB (Red+Green+Blue) = 190+69+119=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4577 is #41BA88. Grayscale: #6E6E6E. Windows color (decimal): -4307593 or 7816638. OLE color: 7816638.

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

Color convert

RGB 190 69 119 -
CMYK 0 0.64 0.37 0.25
HSL 335.21º 0.48% 0.51% -
HSV(B) 335.21º 0.64% 0.75% -
XYZ 26.69 16.54 19.24 -
YUV 110.88 132.59 184.43 -
System Red Green Blue C M Y K H S L
Decimal 190 69 119 0 0.64 0.37 0.25 335.21 0.48 0.51
Hex BE 45 77 0 40 25 19 14F 30 33
Octal 276 105 167 0 100 45 31 517 60 63
Binary 10111110 1000101 1110111 0 1000000 100101 11001 101001111 110000 110011

Color Harmonies of #BE4577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4577

Black with #BE4577

Text Example


Text Example

White with #BE4577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4577; }

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

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

background-color css

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

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

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

border-color css

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

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

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