Html Css Color HEX #BE4971 Royal Heath

📋 copy color: '#BE4971'

red 190 ◦ green 73 ◦ blue 113

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

Shades of Royal Heath #BE4971

Tints of Royal Heath #BE4971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 50.53%
G = 19.41%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE4971 (or 0xBE4971) is known color: Royal Heath. HEX triplet: BE, 49 and 71. RGB value is (190,73,113). Sum of RGB (Red+Green+Blue) = 190+73+113=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4971 is #41B68E. Grayscale: #707070. Windows color (decimal): -4306575 or 7424446. OLE color: 7424446.

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

Color convert

RGB 190 73 113 -
CMYK 0 0.62 0.41 0.25
HSL 339.49º 0.47% 0.52% -
HSV(B) 339.49º 0.62% 0.75% -
XYZ 26.6 16.9 17.48 -
YUV 112.54 128.26 183.25 -
System Red Green Blue C M Y K H S L
Decimal 190 73 113 0 0.62 0.41 0.25 339.49 0.47 0.52
Hex BE 49 71 0 3E 29 19 153 2F 34
Octal 276 111 161 0 76 51 31 523 57 64
Binary 10111110 1001001 1110001 0 111110 101001 11001 101010011 101111 110100

Color Harmonies of #BE4971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4971

Black with #BE4971

Text Example


Text Example

White with #BE4971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4971; }

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

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

background-color css

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

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

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

border-color css

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

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

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