Html Css Color HEX #BE4977 Royal Heath

📋 copy color: '#BE4977'

red 190 ◦ green 73 ◦ blue 119

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

Shades of Royal Heath #BE4977

Tints of Royal Heath #BE4977

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.11%

 BLUE value IS 119 (46.88% from 255) = 31.15%

R = 49.74%
G = 19.11%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE4977 (or 0xBE4977) is known color: Royal Heath. HEX triplet: BE, 49 and 77. RGB value is (190,73,119). Sum of RGB (Red+Green+Blue) = 190+73+119=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4977 is #41B688. Grayscale: #717171. Windows color (decimal): -4306569 or 7817662. OLE color: 7817662.

HSL color Cylindrical-coordinate representation of color #BE4977: hue angle of 336.41º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE4977 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 73 119 -
CMYK 0 0.62 0.37 0.25
HSL 336.41º 0.47% 0.52% -
HSV(B) 336.41º 0.62% 0.75% -
XYZ 26.95 17.04 19.32 -
YUV 113.23 131.26 182.76 -
System Red Green Blue C M Y K H S L
Decimal 190 73 119 0 0.62 0.37 0.25 336.41 0.47 0.52
Hex BE 49 77 0 3E 25 19 150 2F 34
Octal 276 111 167 0 76 45 31 520 57 64
Binary 10111110 1001001 1110111 0 111110 100101 11001 101010000 101111 110100

Color Harmonies of #BE4977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4977

Black with #BE4977

Text Example


Text Example

White with #BE4977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4977; }

 p { color: rgb(190,73,119); }

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

background-color css

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

 a { background-color: rgb(190,73,119); }

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

border-color css

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

 span { border-color: rgb(190,73,119); }

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