Html Css Color HEX #BE537C Royal Heath

📋 copy color: '#BE537C'

red 190 ◦ green 83 ◦ blue 124

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

Shades of Royal Heath #BE537C

Tints of Royal Heath #BE537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.91%

 BLUE value IS 124 (48.83% from 255) = 31.23%

R = 47.86%
G = 20.91%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE537C (or 0xBE537C) is known color: Royal Heath. HEX triplet: BE, 53 and 7C. RGB value is (190,83,124). Sum of RGB (Red+Green+Blue) = 190+83+124=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE537C is #41AC83. Grayscale: #777777. Windows color (decimal): -4304004 or 8147902. OLE color: 8147902.

HSL color Cylindrical-coordinate representation of color #BE537C: hue angle of 337.01º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE537C is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 83 124 -
CMYK 0 0.56 0.35 0.25
HSL 337.01º 0.45% 0.54% -
HSV(B) 337.01º 0.56% 0.75% -
XYZ 27.97 18.59 21.18 -
YUV 119.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 190 83 124 0 0.56 0.35 0.25 337.01 0.45 0.54
Hex BE 53 7C 0 38 23 19 151 2D 36
Octal 276 123 174 0 70 43 31 521 55 66
Binary 10111110 1010011 1111100 0 111000 100011 11001 101010001 101101 110110

Color Harmonies of #BE537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE537C

Black with #BE537C

Text Example


Text Example

White with #BE537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE537C; }

 p { color: rgb(190,83,124); }

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

background-color css

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

 a { background-color: rgb(190,83,124); }

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

border-color css

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

 span { border-color: rgb(190,83,124); }

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