Html Css Color HEX #BE4476 Royal Heath

📋 copy color: '#BE4476'

red 190 ◦ green 68 ◦ blue 118

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

Shades of Royal Heath #BE4476

Tints of Royal Heath #BE4476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.09%

 BLUE value IS 118 (46.48% from 255) = 31.38%

R = 50.53%
G = 18.09%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE4476 (or 0xBE4476) is known color: Royal Heath. HEX triplet: BE, 44 and 76. RGB value is (190,68,118). Sum of RGB (Red+Green+Blue) = 190+68+118=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4476 is #41BB89. Grayscale: #6E6E6E. Windows color (decimal): -4307850 or 7750846. OLE color: 7750846.

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

Color convert

RGB 190 68 118 -
CMYK 0 0.64 0.38 0.25
HSL 335.41º 0.48% 0.51% -
HSV(B) 335.41º 0.64% 0.75% -
XYZ 26.57 16.39 18.9 -
YUV 110.18 132.42 184.93 -
System Red Green Blue C M Y K H S L
Decimal 190 68 118 0 0.64 0.38 0.25 335.41 0.48 0.51
Hex BE 44 76 0 40 26 19 14F 30 33
Octal 276 104 166 0 100 46 31 517 60 63
Binary 10111110 1000100 1110110 0 1000000 100110 11001 101001111 110000 110011

Color Harmonies of #BE4476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4476

Black with #BE4476

Text Example


Text Example

White with #BE4476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4476; }

 p { color: rgb(190,68,118); }

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

background-color css

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

 a { background-color: rgb(190,68,118); }

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

border-color css

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

 span { border-color: rgb(190,68,118); }

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