Html Css Color HEX #BE5374 Royal Heath

📋 copy color: '#BE5374'

red 190 ◦ green 83 ◦ blue 116

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

Shades of Royal Heath #BE5374

Tints of Royal Heath #BE5374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.34%

 BLUE value IS 116 (45.7% from 255) = 29.82%

R = 48.84%
G = 21.34%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE5374 (or 0xBE5374) is known color: Royal Heath. HEX triplet: BE, 53 and 74. RGB value is (190,83,116). Sum of RGB (Red+Green+Blue) = 190+83+116=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5374 is #41AC8B. Grayscale: #767676. Windows color (decimal): -4304012 or 7623614. OLE color: 7623614.

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

Color convert

RGB 190 83 116 -
CMYK 0 0.56 0.39 0.25
HSL 341.5º 0.45% 0.54% -
HSV(B) 341.5º 0.56% 0.75% -
XYZ 27.48 18.39 18.63 -
YUV 118.76 126.45 178.82 -
System Red Green Blue C M Y K H S L
Decimal 190 83 116 0 0.56 0.39 0.25 341.5 0.45 0.54
Hex BE 53 74 0 38 27 19 155 2D 36
Octal 276 123 164 0 70 47 31 525 55 66
Binary 10111110 1010011 1110100 0 111000 100111 11001 101010101 101101 110110

Color Harmonies of #BE5374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5374

Black with #BE5374

Text Example


Text Example

White with #BE5374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5374; }

 p { color: rgb(190,83,116); }

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

background-color css

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

 a { background-color: rgb(190,83,116); }

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

border-color css

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

 span { border-color: rgb(190,83,116); }

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