Html Css Color HEX #BE4576 Royal Heath

📋 copy color: '#BE4576'

red 190 ◦ green 69 ◦ blue 118

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

Shades of Royal Heath #BE4576

Tints of Royal Heath #BE4576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 50.4%
G = 18.3%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE4576 (or 0xBE4576) is known color: Royal Heath. HEX triplet: BE, 45 and 76. RGB value is (190,69,118). Sum of RGB (Red+Green+Blue) = 190+69+118=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4576 is #41BA89. Grayscale: #6E6E6E. Windows color (decimal): -4307594 or 7751102. OLE color: 7751102.

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

Color convert

RGB 190 69 118 -
CMYK 0 0.64 0.38 0.25
HSL 335.7º 0.48% 0.51% -
HSV(B) 335.7º 0.64% 0.75% -
XYZ 26.63 16.51 18.92 -
YUV 110.77 132.09 184.52 -
System Red Green Blue C M Y K H S L
Decimal 190 69 118 0 0.64 0.38 0.25 335.7 0.48 0.51
Hex BE 45 76 0 40 26 19 150 30 33
Octal 276 105 166 0 100 46 31 520 60 63
Binary 10111110 1000101 1110110 0 1000000 100110 11001 101010000 110000 110011

Color Harmonies of #BE4576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4576

Black with #BE4576

Text Example


Text Example

White with #BE4576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4576; }

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

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

background-color css

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

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

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

border-color css

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

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

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