Html Css Color HEX #BE4574 Royal Heath

📋 copy color: '#BE4574'

red 190 ◦ green 69 ◦ blue 116

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

Shades of Royal Heath #BE4574

Tints of Royal Heath #BE4574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.4%

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

R = 50.67%
G = 18.4%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE4574 (or 0xBE4574) is known color: Royal Heath. HEX triplet: BE, 45 and 74. RGB value is (190,69,116). Sum of RGB (Red+Green+Blue) = 190+69+116=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4574 is #41BA8B. Grayscale: #6E6E6E. Windows color (decimal): -4307596 or 7620030. OLE color: 7620030.

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

Color convert

RGB 190 69 116 -
CMYK 0 0.64 0.39 0.25
HSL 336.69º 0.48% 0.51% -
HSV(B) 336.69º 0.64% 0.75% -
XYZ 26.52 16.46 18.3 -
YUV 110.54 131.09 184.68 -
System Red Green Blue C M Y K H S L
Decimal 190 69 116 0 0.64 0.39 0.25 336.69 0.48 0.51
Hex BE 45 74 0 40 27 19 151 30 33
Octal 276 105 164 0 100 47 31 521 60 63
Binary 10111110 1000101 1110100 0 1000000 100111 11001 101010001 110000 110011

Color Harmonies of #BE4574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4574

Black with #BE4574

Text Example


Text Example

White with #BE4574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4574; }

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

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

background-color css

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

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

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

border-color css

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

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

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