Html Css Color HEX #BE5575 Royal Heath

📋 copy color: '#BE5575'

red 190 ◦ green 85 ◦ blue 117

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

Shades of Royal Heath #BE5575

Tints of Royal Heath #BE5575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 48.47%
G = 21.68%
B = 29.85%

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

#BE5575 (or 0xBE5575) is known color: Royal Heath. HEX triplet: BE, 55 and 75. RGB value is (190,85,117). Sum of RGB (Red+Green+Blue) = 190+85+117=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5575 is #41AA8A. Grayscale: #787878. Windows color (decimal): -4303499 or 7689662. OLE color: 7689662.

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

Color convert

RGB 190 85 117 -
CMYK 0 0.55 0.38 0.25
HSL 341.71º 0.45% 0.54% -
HSV(B) 341.71º 0.55% 0.75% -
XYZ 27.69 18.73 18.98 -
YUV 120.04 126.29 177.9 -
System Red Green Blue C M Y K H S L
Decimal 190 85 117 0 0.55 0.38 0.25 341.71 0.45 0.54
Hex BE 55 75 0 37 26 19 156 2D 36
Octal 276 125 165 0 67 46 31 526 55 66
Binary 10111110 1010101 1110101 0 110111 100110 11001 101010110 101101 110110

Color Harmonies of #BE5575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5575

Black with #BE5575

Text Example


Text Example

White with #BE5575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5575; }

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

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

background-color css

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

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

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

border-color css

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

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

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