Html Css Color HEX #BE5474 Royal Heath

📋 copy color: '#BE5474'

red 190 ◦ green 84 ◦ blue 116

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

Shades of Royal Heath #BE5474

Tints of Royal Heath #BE5474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.54%

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

R = 48.72%
G = 21.54%
B = 29.74%

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

#BE5474 (or 0xBE5474) is known color: Royal Heath. HEX triplet: BE, 54 and 74. RGB value is (190,84,116). Sum of RGB (Red+Green+Blue) = 190+84+116=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5474 is #41AB8B. Grayscale: #777777. Windows color (decimal): -4303756 or 7623870. OLE color: 7623870.

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

Color convert

RGB 190 84 116 -
CMYK 0 0.56 0.39 0.25
HSL 341.89º 0.45% 0.54% -
HSV(B) 341.89º 0.56% 0.75% -
XYZ 27.56 18.55 18.65 -
YUV 119.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 190 84 116 0 0.56 0.39 0.25 341.89 0.45 0.54
Hex BE 54 74 0 38 27 19 156 2D 36
Octal 276 124 164 0 70 47 31 526 55 66
Binary 10111110 1010100 1110100 0 111000 100111 11001 101010110 101101 110110

Color Harmonies of #BE5474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5474

Black with #BE5474

Text Example


Text Example

White with #BE5474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5474; }

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

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

background-color css

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

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

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

border-color css

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

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

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