Html Css Color HEX #BE5576 Royal Heath

📋 copy color: '#BE5576'

red 190 ◦ green 85 ◦ blue 118

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

Shades of Royal Heath #BE5576

Tints of Royal Heath #BE5576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.63%

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

R = 48.35%
G = 21.63%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE5576 (or 0xBE5576) is known color: Royal Heath. HEX triplet: BE, 55 and 76. RGB value is (190,85,118). Sum of RGB (Red+Green+Blue) = 190+85+118=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5576 is #41AA89. Grayscale: #787878. Windows color (decimal): -4303498 or 7755198. OLE color: 7755198.

HSL color Cylindrical-coordinate representation of color #BE5576: hue angle of 341.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE5576 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 85 118 -
CMYK 0 0.55 0.38 0.25
HSL 341.14º 0.45% 0.54% -
HSV(B) 341.14º 0.55% 0.75% -
XYZ 27.75 18.75 19.3 -
YUV 120.16 126.79 177.82 -
System Red Green Blue C M Y K H S L
Decimal 190 85 118 0 0.55 0.38 0.25 341.14 0.45 0.54
Hex BE 55 76 0 37 26 19 155 2D 36
Octal 276 125 166 0 67 46 31 525 55 66
Binary 10111110 1010101 1110110 0 110111 100110 11001 101010101 101101 110110

Color Harmonies of #BE5576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5576

Black with #BE5576

Text Example


Text Example

White with #BE5576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5576; }

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

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

background-color css

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

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

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

border-color css

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

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

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