Html Css Color HEX #BE4473 Royal Heath

📋 copy color: '#BE4473'

red 190 ◦ green 68 ◦ blue 115

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

Shades of Royal Heath #BE4473

Tints of Royal Heath #BE4473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.23%

 BLUE value IS 115 (45.31% from 255) = 30.83%

R = 50.94%
G = 18.23%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE4473 (or 0xBE4473) is known color: Royal Heath. HEX triplet: BE, 44 and 73. RGB value is (190,68,115). Sum of RGB (Red+Green+Blue) = 190+68+115=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4473 is #41BB8C. Grayscale: #6D6D6D. Windows color (decimal): -4307853 or 7554238. OLE color: 7554238.

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

Color convert

RGB 190 68 115 -
CMYK 0 0.64 0.39 0.25
HSL 336.89º 0.48% 0.51% -
HSV(B) 336.89º 0.64% 0.75% -
XYZ 26.4 16.32 17.98 -
YUV 109.84 130.92 185.18 -
System Red Green Blue C M Y K H S L
Decimal 190 68 115 0 0.64 0.39 0.25 336.89 0.48 0.51
Hex BE 44 73 0 40 27 19 151 30 33
Octal 276 104 163 0 100 47 31 521 60 63
Binary 10111110 1000100 1110011 0 1000000 100111 11001 101010001 110000 110011

Color Harmonies of #BE4473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4473

Black with #BE4473

Text Example


Text Example

White with #BE4473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4473; }

 p { color: rgb(190,68,115); }

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

background-color css

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

 a { background-color: rgb(190,68,115); }

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

border-color css

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

 span { border-color: rgb(190,68,115); }

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