Html Css Color HEX #BE517A Royal Heath

📋 copy color: '#BE517A'

red 190 ◦ green 81 ◦ blue 122

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

Shades of Royal Heath #BE517A

Tints of Royal Heath #BE517A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.61%

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 48.35%
G = 20.61%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE517A (or 0xBE517A) is known color: Royal Heath. HEX triplet: BE, 51 and 7A. RGB value is (190,81,122). Sum of RGB (Red+Green+Blue) = 190+81+122=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE517A is #41AE85. Grayscale: #767676. Windows color (decimal): -4304518 or 8016318. OLE color: 8016318.

HSL color Cylindrical-coordinate representation of color #BE517A: hue angle of 337.43º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE517A is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 81 122 -
CMYK 0 0.57 0.36 0.25
HSL 337.43º 0.46% 0.53% -
HSV(B) 337.43º 0.57% 0.75% -
XYZ 27.69 18.24 20.47 -
YUV 118.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 190 81 122 0 0.57 0.36 0.25 337.43 0.46 0.53
Hex BE 51 7A 0 39 24 19 151 2E 35
Octal 276 121 172 0 71 44 31 521 56 65
Binary 10111110 1010001 1111010 0 111001 100100 11001 101010001 101110 110101

Color Harmonies of #BE517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE517A

Black with #BE517A

Text Example


Text Example

White with #BE517A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE517A; }

 p { color: rgb(190,81,122); }

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

background-color css

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

 a { background-color: rgb(190,81,122); }

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

border-color css

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

 span { border-color: rgb(190,81,122); }

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