Html Css Color HEX #BE4674 Royal Heath

📋 copy color: '#BE4674'

red 190 ◦ green 70 ◦ blue 116

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

Shades of Royal Heath #BE4674

Tints of Royal Heath #BE4674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.62%

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

R = 50.53%
G = 18.62%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE4674 (or 0xBE4674) is known color: Royal Heath. HEX triplet: BE, 46 and 74. RGB value is (190,70,116). Sum of RGB (Red+Green+Blue) = 190+70+116=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4674 is #41B98B. Grayscale: #6F6F6F. Windows color (decimal): -4307340 or 7620286. OLE color: 7620286.

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

Color convert

RGB 190 70 116 -
CMYK 0 0.63 0.39 0.25
HSL 337º 0.48% 0.51% -
HSV(B) 337º 0.63% 0.75% -
XYZ 26.58 16.59 18.32 -
YUV 111.12 130.76 184.26 -
System Red Green Blue C M Y K H S L
Decimal 190 70 116 0 0.63 0.39 0.25 337 0.48 0.51
Hex BE 46 74 0 3F 27 19 151 30 33
Octal 276 106 164 0 77 47 31 521 60 63
Binary 10111110 1000110 1110100 0 111111 100111 11001 101010001 110000 110011

Color Harmonies of #BE4674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4674

Black with #BE4674

Text Example


Text Example

White with #BE4674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4674; }

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

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

background-color css

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

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

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

border-color css

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

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

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