Html Css Color HEX #BE4772 Royal Heath

📋 copy color: '#BE4772'

red 190 ◦ green 71 ◦ blue 114

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

Shades of Royal Heath #BE4772

Tints of Royal Heath #BE4772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.93%

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 50.67%
G = 18.93%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE4772 (or 0xBE4772) is known color: Royal Heath. HEX triplet: BE, 47 and 72. RGB value is (190,71,114). Sum of RGB (Red+Green+Blue) = 190+71+114=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4772 is #41B88D. Grayscale: #6F6F6F. Windows color (decimal): -4307086 or 7489470. OLE color: 7489470.

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

Color convert

RGB 190 71 114 -
CMYK 0 0.63 0.40 0.25
HSL 338.32º 0.48% 0.51% -
HSV(B) 338.32º 0.63% 0.75% -
XYZ 26.53 16.67 17.74 -
YUV 111.48 129.42 184 -
System Red Green Blue C M Y K H S L
Decimal 190 71 114 0 0.63 0.40 0.25 338.32 0.48 0.51
Hex BE 47 72 0 3F 28 19 152 30 33
Octal 276 107 162 0 77 50 31 522 60 63
Binary 10111110 1000111 1110010 0 111111 101000 11001 101010010 110000 110011

Color Harmonies of #BE4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4772

Black with #BE4772

Text Example


Text Example

White with #BE4772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4772; }

 p { color: rgb(190,71,114); }

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

background-color css

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

 a { background-color: rgb(190,71,114); }

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

border-color css

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

 span { border-color: rgb(190,71,114); }

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