Html Css Color HEX #BE5573 Royal Heath

📋 copy color: '#BE5573'

red 190 ◦ green 85 ◦ blue 115

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

Shades of Royal Heath #BE5573

Tints of Royal Heath #BE5573

RGB

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

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

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

R = 48.72%
G = 21.79%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE5573 (or 0xBE5573) is known color: Royal Heath. HEX triplet: BE, 55 and 73. RGB value is (190,85,115). Sum of RGB (Red+Green+Blue) = 190+85+115=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5573 is #41AA8C. Grayscale: #777777. Windows color (decimal): -4303501 or 7558590. OLE color: 7558590.

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

Color convert

RGB 190 85 115 -
CMYK 0 0.55 0.39 0.25
HSL 342.86º 0.45% 0.54% -
HSV(B) 342.86º 0.55% 0.75% -
XYZ 27.58 18.68 18.37 -
YUV 119.82 125.29 178.06 -
System Red Green Blue C M Y K H S L
Decimal 190 85 115 0 0.55 0.39 0.25 342.86 0.45 0.54
Hex BE 55 73 0 37 27 19 157 2D 36
Octal 276 125 163 0 67 47 31 527 55 66
Binary 10111110 1010101 1110011 0 110111 100111 11001 101010111 101101 110110

Color Harmonies of #BE5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5573

Black with #BE5573

Text Example


Text Example

White with #BE5573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5573; }

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

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

background-color css

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

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

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

border-color css

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

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

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